menu
setup package
documentation
setup.dart
WatchHandle extension type
WatchHandle extension type
dark_mode
light_mode
WatchHandle
extension type
A handle for controlling a watch operation.
Provides methods to stop, pause, and resume the watch.
on
Scope
Methods
call
(
)
→ void
Stops the watch operation. Alias for
stop
.
pause
(
)
→ void
Pauses the watch operation.
resume
(
)
→ void
Resumes the watch operation.
stop
(
)
→ void
Stops the watch operation.
setup package
documentation
setup
WatchHandle extension type
setup library