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