0 purchases
code execute timer
Code Execute Timer
Usage #
import 'package:code_execute_timer/code_execute_timer.dart';
main() async {
var timer = CodeExecuteTimer().start();
//example code
await Future.delayed(const Duration(seconds: 1));
timer.stop();
}
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.