onReceivedLoginRequest method

  1. @override
void onReceivedLoginRequest(
  1. LoginRequest loginRequest
)
override

Event fired when a request to automatically log in the user has been processed.

loginRequest contains the realm, account and args of the login request.

Officially Supported Platforms/Implementations:

Implementation

@override
void onReceivedLoginRequest(LoginRequest loginRequest) {}