removeToolbar static method
Removes the window's toolbar.
Implementation
static Future<void> removeToolbar() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('removeToolbar');
}
Removes the window's toolbar.
static Future<void> removeToolbar() async {
await _completer.future;
await _windowManipulatorMethodChannel.invokeMethod('removeToolbar');
}