login method

Future<void> login()

Implementation

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