menu
Dart
dart:core
Stopwatch
stop method
stop
dark_mode
light_mode
描述
stop
方法
void
stop
(
)
停止
时钟
。
在此调用之后,
elapsingTicks
计数将停止增加。如果
时钟
当前没有运行,则调用此方法没有任何效果。
实现
void stop() { _stop ??= _now(); }
Dart
dart:core
时钟
停止方法
时钟类
Cookie 管理控制