handleRegistrationLink method

Future<IAMPASSUser?> handleRegistrationLink(
  1. String registrationLink,
  2. String notificationToken
)

Implementation

Future<IAMPASSUser?> handleRegistrationLink(
    String registrationLink, String notificationToken) async {
  throw UnimplementedError('handleRegistrationLink has not been implemented');
}