Files
2024-08-08 18:45:38 +05:30

6 lines
112 B
Dart

import 'package:get/get.dart';
class CommentsHelper extends GetxController {
RxBool isLoading = false.obs;
}