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