AuthNotifier constructor
AuthNotifier({
- required AuthServiceInterface auth,
Implementation
AuthNotifier({required AuthServiceInterface auth}) : _auth = auth;
AuthNotifier({required AuthServiceInterface auth}) : _auth = auth;