removeToolbar static method

Future<void> removeToolbar()

Removes the window's toolbar.

Implementation

static Future<void> removeToolbar() async {
  await _completer.future;
  await _windowManipulatorMethodChannel.invokeMethod('removeToolbar');
}