onSessionUpdate method
Observes a session update.
Implementation
AcpV2ClientApp onSessionUpdate(
AcpV2ClientNotificationHandler<v2.UpdateSessionNotification> handler,
) => onNotification(v2_methods.sessionUpdateMethod, handler);
Observes a session update.
AcpV2ClientApp onSessionUpdate(
AcpV2ClientNotificationHandler<v2.UpdateSessionNotification> handler,
) => onNotification(v2_methods.sessionUpdateMethod, handler);