dispatchEnvelope abstract method

void dispatchEnvelope({
  1. required String topic,
  2. required String envelope,
})

Implementation

void dispatchEnvelope({
  required String topic,
  required String envelope,
});