menu
levit_flutter package
documentation
levit_flutter.dart
LevitLoopEngine
pauseService method
pauseService method
dark_mode
light_mode
pauseService
method
void
pauseService
(
String
id
)
Pauses the service with the given
id
.
Implementation
void pauseService(String id) => _services[id]?.pause();
levit_flutter package
documentation
levit_flutter
LevitLoopEngine
pauseService method
LevitLoopEngine class