platformSignIn abstract method

  1. @override
void platformSignIn(
  1. TargetPlatform platform,
  2. AuthAction action
)

Redirects the flow to the mobileSignIn or desktopSignIn based on current platform.

Implementation

@override
void platformSignIn(TargetPlatform platform, AuthAction action);