isUninstallTrackingNotification method Null safety
Indicates whether notification
was sent by Airbridge to track uninstall of app.
- Parameter notification: The notification to check.
Implementation
static bool isUninstallTrackingNotification(
Map<String, dynamic> notification,
) {
Logger.called('isUninstallTrackingNotification');
return _fetch.isUninstallTrackingNotification(notification);
}