signIn method

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

Implementation

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