updateSession method

Future<void> updateSession(
  1. UpdateSessionNotification params
)

Sends one session update.

Implementation

Future<void> updateSession(v2.UpdateSessionNotification params) =>
    notify(v2_methods.sessionUpdateMethod, params);