AuthRepositoryImpl constructor

const AuthRepositoryImpl({
  1. required AuthDataSource source,
})

Implementation

const AuthRepositoryImpl({
  required this.source,
});