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