setLocalDisplay method

Future<void> setLocalDisplay()

Implementation

Future<void> setLocalDisplay() {
  return _channel.invokeMethod('setLocalDisplay');
}