AcpV2ClientNotificationHandler<P> typedef
AcpV2ClientNotificationHandler<P> =
FutureOr<void> Function(AcpV2ClientNotificationContext<P> context)
Handles a typed notification received by a v2 client.
Implementation
typedef AcpV2ClientNotificationHandler<P> =
FutureOr<void> Function(AcpV2ClientNotificationContext<P> context);