Files
GSFV2/gsf/lib/view_model/StepcountController.dart

6 lines
121 B
Dart
Raw Permalink Normal View History

2024-04-10 12:51:20 +05:30
import 'package:get/get.dart';
class StepCountController extends GetxController {
RxInt appStepCountGlobal = 0.obs;
}