showWindowControls static method

Future<void> showWindowControls()

Shows window controls.

Implementation

static Future<void> showWindowControls() async {
  await _kChannel.invokeMethod(_kShowWindowControls);
}