chore(repo): updated minimum supported SDK version to Flutter 3.10/Dart 3.0
Signed-off-by: xsahil03x <[email protected]> Signed-off-by: Sahil Kumar <[email protected]>
This commit is contained in:
@@ -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>{};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user