AuthViewModel constructor

AuthViewModel(
  1. AuthenticationRepository _auth
)

Implementation

AuthViewModel(this._auth);