getCount method

Future<int> getCount(
  1. Barcode barcode
)

Implementation

Future<int> getCount(Barcode barcode) {
  return _controller.getCount(barcode);
}