throwOnNext method
Causes the next platform call to throw error.
Implementation
void throwOnNext(Object error) {
_pendingError = error;
}
Causes the next platform call to throw error.
void throwOnNext(Object error) {
_pendingError = error;
}