menu
dock_progress package
documentation
dock_progress.dart
DockProgress
stop method
stop method
dark_mode
light_mode
stop
method
Future
<
void
>
stop
(
)
Implementation
Future<void> stop() async { return await _methodChannel.invokeMethod<void>('stop'); }
dock_progress package
documentation
dock_progress
DockProgress
stop method
DockProgress class