getBroadcastStream static method
Implementation
static Stream<dynamic> getBroadcastStream() {
return eventChannel
.receiveBroadcastStream()
.map((event) => event.toString())
.asBroadcastStream();
}
static Stream<dynamic> getBroadcastStream() {
return eventChannel
.receiveBroadcastStream()
.map((event) => event.toString())
.asBroadcastStream();
}