callbackResultStream static method
Stream to return resulted data.
Implementation
static Stream callbackResultStream() {
return html.window.onMessage.map((event) => event.data);
}
Stream to return resulted data.
static Stream callbackResultStream() {
return html.window.onMessage.map((event) => event.data);
}