logoutUser method
Signs out the user from Firebase Authentication.
Implementation
Future<void> logoutUser() async {
return Get.find<AuthService>().signOut();
}
Signs out the user from Firebase Authentication.
Future<void> logoutUser() async {
return Get.find<AuthService>().signOut();
}