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