call method

Future<Either<Failure, Unit>> call(
  1. AuthEntity enity
)

Implementation

Future<Either<Failure, Unit>> call(AuthEntity enity) async {
  return repository.deviceAuth(enity);
}