toCurrentUserData method

void toCurrentUserData()

Implementation

void toCurrentUserData() {
  Get.toNamed(Routes.current_user_data);
}