addToolbar static method

Future<void> addToolbar()

Adds a toolbar to the window (macOS only).

Implementation

static Future<void> addToolbar() async {
  WindowManipulator.addToolbar();
}