init method

Future<void> init({
  1. List<Scope> scopes = const <Scope>[],
  2. GrantType? grantType,
  3. ProofKeyParameters? proofKeyParameters,
})

Implementation

Future<void> init(
    {List<Scope> scopes = const <Scope>[],
    GrantType? grantType,
    ProofKeyParameters? proofKeyParameters}) async {
  throw UnimplementedError('init() has not been implemented.');
}