RemoteSessionManager constructor

RemoteSessionManager({
  1. required RemoteSessionConfig config,
  2. required RemoteSessionCallbacks callbacks,
})

Implementation

RemoteSessionManager({
  required RemoteSessionConfig config,
  required RemoteSessionCallbacks callbacks,
})  : _config = config,
      _callbacks = callbacks;