menu
flutter_native_overlay package
documentation
flutter_native_overlay_platform_interface.dart
FlutterNativeOverlayPlatform
hideOverlay method
hideOverlay method
dark_mode
light_mode
hideOverlay
method
Future
<
bool
>
hideOverlay
(
)
Implementation
Future<bool> hideOverlay() { throw UnimplementedError('hideOverlay() has not been implemented.'); }
flutter_native_overlay package
documentation
flutter_native_overlay_platform_interface
FlutterNativeOverlayPlatform
hideOverlay method
FlutterNativeOverlayPlatform class