onBlocError method
void
onBlocError()
Implementation
void onBlocError() {
for (var element in _connections) {
element.send("Hello From App: onError");
}
}
void onBlocError() {
for (var element in _connections) {
element.send("Hello From App: onError");
}
}