9 lines
99 B
Dart
9 lines
99 B
Dart
|
|
|
||
|
|
import 'dart:async';
|
||
|
|
|
||
|
|
import 'package:get/get.dart';
|
||
|
|
|
||
|
|
class LockMainXHJState {
|
||
|
|
int index = 0;
|
||
|
|
|
||
|
|
}
|