addToolbar static method

Future<void> addToolbar()

Adds a toolbar to the window.

Implementation

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