AuthNotifier constructor

AuthNotifier({
  1. required AuthServiceInterface auth,
})

Implementation

AuthNotifier({required AuthServiceInterface auth}) : _auth = auth;