onExitFullscreen method

void onExitFullscreen()

Implementation

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