open static method

Future<void> open()

Opens the AppKit

Implementation

static Future<void> open() async {
  await window.appkit.open().toDart;
}