setWindowFullscreen method

Future<void> setWindowFullscreen(
  1. String windowId,
  2. bool fullscreen
)

Implementation

Future<void> setWindowFullscreen(String windowId, bool fullscreen) {
  throw UnimplementedError('setWindowFullscreen() has not been implemented.');
}