call abstract method

TRes call({
  1. String? email,
  2. String? state,
  3. String? givenName,
  4. String? familyName,
  5. String? identityToken,
  6. String? userIdentifier,
  7. String? authorizationCode,
})

Implementation

TRes call({
  String? email,
  String? state,
  String? givenName,
  String? familyName,
  String? identityToken,
  String? userIdentifier,
  String? authorizationCode,
});