AuthHandlerImpl.fromRepository constructor

AuthHandlerImpl.fromRepository({
  1. AuthRepository? repository,
})

Implementation

AuthHandlerImpl.fromRepository({
  AuthRepository? repository,
}) : super(repository ?? AuthRepositoryImpl(source: AuthDataSourceImpl()));