AuthService constructor

AuthService(
  1. AuthDbProvider authDbProvider
)

Implementation

AuthService(
  this.authDbProvider,
);