HandleSignInFn typedef
HandleSignInFn =
Future<void> Function()
The type of the onClick callback for the (mobile) Sign In Button.
Implementation
typedef HandleSignInFn = Future<void> Function();
The type of the onClick callback for the (mobile) Sign In Button.
typedef HandleSignInFn = Future<void> Function();