init method

Future<void> init()

Implementation

Future<void> init() async {
  if (Platform.isMacOS || Platform.isWindows || Platform.isLinux) {
    await windowManager.ensureInitialized();
  }
}