Hides the currently displayed overlay.
Calls the native 'hideOverlay' method to dismiss any visible overlay UI.
@override Future<void> hideOverlay() async { await methodChannel.invokeMethod('hideOverlay'); }