logIn method

Future<bool?> logIn()

Initiates the login flow on the native platform.

Implementation

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