IGoogleAuthDelegate.standard constructor

IGoogleAuthDelegate.standard({
  1. List<String> scopes = const <String>[],
  2. String? hostedDomain,
})

Factory for creating default sign in user experience.

Implementation

IGoogleAuthDelegate.standard({
  List<String> scopes = const <String>[],
  String? hostedDomain,
}) : this(scopes: scopes, hostedDomain: hostedDomain);