forked from baron/baron-sso
userfront로 리펙토링 완료
This commit is contained in:
9
userfront/lib/core/notifiers/auth_notifier.dart
Normal file
9
userfront/lib/core/notifiers/auth_notifier.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
class AuthNotifier extends ChangeNotifier {
|
||||
static final AuthNotifier instance = AuthNotifier();
|
||||
|
||||
void notify() {
|
||||
notifyListeners();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user