WGShare.Mobile.Flutter/wgshare/lib/pages/homePage/home_state.dart

10 lines
137 B
Dart

import 'package:get/get.dart';
class HomeState {
HomeState() {
///Initialize variables
}
final RxString userName = ''.obs;
}