unregisterNotificationHandler method
Unregister a notification handler.
Implementation
void unregisterNotificationHandler(String method) {
_notificationHandlers.remove(method);
}
Unregister a notification handler.
void unregisterNotificationHandler(String method) {
_notificationHandlers.remove(method);
}