Files
GSFV2/gsf/lib/view_model/profile_controller.dart
2024-04-10 12:51:20 +05:30

6 lines
115 B
Dart

import 'dart:async';
class ProfileController {
static StreamController streamController = StreamController();
}