6 lines
108 B
Dart

import 'package:get/get.dart';
class LiveVideoState {
var isLiveView = false.obs; //是否实时查看
}