removeVendorStatusListener static method

dynamic removeVendorStatusListener(
  1. String vendorId
)

Remove one or multiple previously added listeners for the selected vendor status

Implementation

static removeVendorStatusListener(String vendorId) {
  _eventsHandler.removeVendorStatusListener(vendorId);
  _channel.invokeMethod("stopListeningToVendorStatus", {"vendorId": vendorId});
}