addToolbar static method
Adds a toolbar to the window (macOS only).
Implementation
static Future<void> addToolbar() async {
WindowManipulator.addToolbar();
}
Adds a toolbar to the window (macOS only).
static Future<void> addToolbar() async {
WindowManipulator.addToolbar();
}