emit method

  1. @override
Future<void> emit(
  1. String topic,
  2. Map<String, Object?> payload
)
override

Simply drops the event because the runtime fetches waiting runs directly from the store.

Implementation

@override
Future<void> emit(String topic, Map<String, Object?> payload) async {}