logIn method

Future<bool?> logIn()

Implementation

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