close static method

Future<void> close()

Closes the AppKit

Implementation

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