AuthHandlerImpl constructor

AuthHandlerImpl({
  1. AuthDataSource? source,
})

Implementation

AuthHandlerImpl({
  AuthDataSource? source,
}) : super(AuthRepositoryImpl(source: source ?? AuthDataSourceImpl()));