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