4 lines
88 B
Dart
4 lines
88 B
Dart
import 'package:flutter/foundation.dart';
|
|
|
|
class UserProvider extends ChangeNotifier {}
|