subscribe abstract method

Stream subscribe(
  1. String identifier,
  2. String eventName, {
  3. bool onlyOnce = false,
})

Implementation

Stream<dynamic> subscribe(
  String identifier,
  String eventName, {
  bool onlyOnce = false,
});