bringToFront method
Implementation
Future bringToFront() async {
if (Platform.isWindows || Platform.isMacOS || Platform.isLinux) {
await windowManager.show();
await windowManager.focus();
}
}
Future bringToFront() async {
if (Platform.isWindows || Platform.isMacOS || Platform.isLinux) {
await windowManager.show();
await windowManager.focus();
}
}