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