unregisterNotificationHandler method

void unregisterNotificationHandler(
  1. String method
)

Unregister a notification handler.

Implementation

void unregisterNotificationHandler(String method) {
  _notificationHandlers.remove(method);
}