findProduct abstract method

Future<Either<AppException, Response>> findProduct(
  1. Map<String, dynamic> data
)

Implementation

Future<Either<AppException, response.Response>> findProduct(Map<String,dynamic> data);