stop method

Future<bool> stop()
override

Implementation

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