unsubscribeFromBlocks method
void
unsubscribeFromBlocks()
Unsubscribe from block messages
Implementation
void unsubscribeFromBlocks() {
subs.blocks = false;
if (ws != null) {
_subUnsubBlocks(true);
}
}
Unsubscribe from block messages
void unsubscribeFromBlocks() {
subs.blocks = false;
if (ws != null) {
_subUnsubBlocks(true);
}
}