enableScreensharing method

void enableScreensharing()

Implementation

void enableScreensharing() {
  _channel.invokeMethod('selfEnableScreenSharing');
}