searchBatchcode abstract method

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

Implementation

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