traffic-light-disfunction-a.../lib/ui/views/the_index/profil/profil_view_model.dart

6 lines
155 B
Dart

import 'package:traffic_light/app/core/custom_base_view_model.dart';
class ProfilViewModel extends CustomBaseViewModel {
Future<void> init() async {}
}