signIn method

Future<String> signIn()

Implementation

Future<String> signIn() {
  throw UnimplementedError('signIn() has not been implemented.');
}