AuthRepositoryImpl constructor

const AuthRepositoryImpl({
  1. required AuthRemoteDataSource remoteDataSource,
})

Creates an AuthRepositoryImpl.

Implementation

const AuthRepositoryImpl({required this.remoteDataSource});