onExitFullscreen method
void
onExitFullscreen()
Implementation
void onExitFullscreen() async {
await _channel?.invokeMethod("onExitFullscreen");
}
void onExitFullscreen() async {
await _channel?.invokeMethod("onExitFullscreen");
}