fullscreen method

Future<void> fullscreen()

Implementation

Future<void> fullscreen() {
  return socket.setProperty('fullscreen', true);
}