registerDevice method

Future<IAMPASSUser?> registerDevice(
  1. String userID,
  2. String notificationToken
)

Implementation

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