start method

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

Implementation

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