logoutUser method
Log out the current user.
Implementation
Future<void> logoutUser() {
throw UnimplementedError('logoutUser() has not been implemented.');
}
Log out the current user.
Future<void> logoutUser() {
throw UnimplementedError('logoutUser() has not been implemented.');
}