menu
quick_nav package
documentation
quick_nav_platform_interface.dart
QuickNavPlatform
stopService method
stopService method
dark_mode
light_mode
stopService
method
Future
<
bool
?
>
stopService
(
)
Implementation
Future<
bool?
> stopService() {
throw
UnimplementedError(
'stopService() has not been implemented.'
); }
quick_nav package
documentation
quick_nav_platform_interface
QuickNavPlatform
stopService method
QuickNavPlatform class