removeToolbar static method
Removes the window's toolbar (macOS only).
Implementation
static Future<void> removeToolbar() async {
WindowManipulator.removeToolbar();
}
Removes the window's toolbar (macOS only).
static Future<void> removeToolbar() async {
WindowManipulator.removeToolbar();
}