menu
macos_floating_panel package
documentation
floating_panel_platform_interface.dart
FloatingPanelPlatform
hide method
hide method
dark_mode
light_mode
hide
method
Future
<
bool
>
hide
(
)
Implementation
Future<bool> hide() { throw UnimplementedError('hide() has not been implemented.'); }
macos_floating_panel package
documentation
floating_panel_platform_interface
FloatingPanelPlatform
hide method
FloatingPanelPlatform class