stop method

  1. @override
Future<bool> stop()
override

Implementation

@override
Future<bool> stop() async {
  zebra.Reader().removeListener(this);
  super.stop();
  return true;
}