login method

Future<Map?> login()

Implementation

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