setRemoteControl method
Sets the state of remote control
Implementation
Future<void> setRemoteControl(RemoteControlState state) async {
Map updatedSession =
await CobrowseIO.instance._setSessionRemoteControlState(this, state);
_fill(updatedSession);
}