kemApiV3InternalNotificationsTokensGet method

Future<Response<List<String>>> kemApiV3InternalNotificationsTokensGet({
  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>>>
    kemApiV3InternalNotificationsTokensGet({
  String? email,
  String? dealerId,
}) {
  return _kemApiV3InternalNotificationsTokensGet(
      email: email, dealerId: dealerId);
}