start method

Future<bool> start({
  1. bool refresh = false,
  2. String? key,
})
override

Implementation

Future<bool> start({bool refresh = false, String? key}) async
{
  ZEBRA.Reader().registerListener(this);
  ZEBRA.Reader.startScan();
  return true;
}