signOut method

Future<Map<Object?, Object?>?> signOut()

Implementation

Future<Map<Object?, Object?>?> signOut() {
  throw UnimplementedError('signOut() has not been implemented.');
}