desktopSignIn method

  1. @override
void desktopSignIn(
  1. AuthAction action
)

Handles authentication logic on desktop platforms

Implementation

@override
void desktopSignIn(AuthAction action) {
  mobileSignIn(action);
}