Initiates the login flow on the native platform.
@override Future<bool?> logIn() async { return await methodChannel.invokeMethod<bool?>('logIn'); }