logOut method

Future<bool?> logOut()

Implementation

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