kemproApiV2InternalNotificationsTokensGet method

Future<Response<List<String>>> kemproApiV2InternalNotificationsTokensGet({
  1. String? email,
  2. String? dealerId,
})

Get a list of notification FCM tokens based on the given email or dealer ID @param email @param dealerId

Implementation

Future<chopper.Response<List<String>>>
    kemproApiV2InternalNotificationsTokensGet({
  String? email,
  String? dealerId,
}) {
  return _kemproApiV2InternalNotificationsTokensGet(
      email: email, dealerId: dealerId);
}