AuthDbProvider constructor

const AuthDbProvider(
  1. App app,
  2. DbService dbService
)

Implementation

const AuthDbProvider(this.app, this.dbService);