notifyRevision method

void notifyRevision(
  1. NotificationRevision notificationRevision
)

Notify other app (web only))

Implementation

void notifyRevision(NotificationRevision notificationRevision) {
  if (debugNotificationRevision) {
    // ignore: avoid_print
    print('notifyRevision $notificationRevision: not supported');
  }
}