updateSession method
Sends one session update.
Implementation
Future<void> updateSession(v2.UpdateSessionNotification params) =>
notify(v2_methods.sessionUpdateMethod, params);
Sends one session update.
Future<void> updateSession(v2.UpdateSessionNotification params) =>
notify(v2_methods.sessionUpdateMethod, params);