exitFullscreen function
Implementation
Future<void> exitFullscreen() async {
try {
await web.document.exitFullscreen().toDart;
} catch (_) {}
}
Future<void> exitFullscreen() async {
try {
await web.document.exitFullscreen().toDart;
} catch (_) {}
}