onWindowClose method
override
Emitted when the window is going to be closed.
Implementation
@override
void onWindowClose() async {
SystemNavigator.pop();
exit(0);
}
Emitted when the window is going to be closed.
@override
void onWindowClose() async {
SystemNavigator.pop();
exit(0);
}