kemApiV3InternalNotificationsTokensGet method
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);
}