logOut method

Future<bool?> logOut()

Logs out the user on the native platform.

Implementation

Future<bool?> logOut() {
  throw UnimplementedError('logOut() has not been implemented.');
}