Files
student-legacy/refilc_kreta_api/lib/controllers/profile_controller.dart

6 lines
140 B
Dart

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