Files
student-legacy/filcnaplo_kreta_api/lib/controllers/profile_controller.dart
2023-08-23 00:04:33 +02:00

6 lines
140 B
Dart

import 'package:flutter/foundation.dart';
class ProfileController extends ChangeNotifier {
//todo: profile controller (pw change, etc)
}