Register a notification handler.
void onNotification( String method, void Function(Map<String, dynamic>) handler, ) { _notificationHandlers[method] = handler; }