chore(repo): updated minimum supported SDK version to Flutter 3.10/Dart 3.0

Signed-off-by: xsahil03x <[email protected]>
This commit is contained in:
Sahil Kumar
2023-07-18 16:35:35 +05:30
parent 81fe4d919d
commit 88cb8abc68
11 changed files with 46 additions and 46 deletions
@@ -2,7 +2,7 @@ import 'dart:async';
import 'package:uuid/uuid.dart';
///
class TimerHelper {
mixin class TimerHelper {
final _uuid = const Uuid();
late final _timers = <String, Timer>{};