notifyRevision method
void
notifyRevision(
- NotificationRevision notificationRevision
Notify other app (web only))
Implementation
void notifyRevision(NotificationRevision notificationRevision) {
if (debugNotificationRevision) {
// ignore: avoid_print
print('notifyRevision $notificationRevision: not supported');
}
}