NotificationHandler typedef

NotificationHandler = void Function(String method, Object? params)

Handles an incoming notification (no reply).

Implementation

typedef NotificationHandler = void Function(String method, Object? params);