signIn method

Future<LwaAuthorizeResult> signIn()

Implementation

Future<LwaAuthorizeResult> signIn() async {
  await _ensureInitialized();
  return LwaPlatform.instance.signIn();
}