menu
timerun package
documentation
timerun_platform_interface.dart
TimerunPlatform
pause method
pause method
dark_mode
light_mode
pause
method
Future
<
void
>
pause
(
)
Implementation
Future<void> pause() { throw UnimplementedError('pause() has not been implemented.'); }
timerun package
documentation
timerun_platform_interface
TimerunPlatform
pause method
TimerunPlatform class