unsubscribeFromBlocks method

void unsubscribeFromBlocks()

Unsubscribe from block messages

Implementation

void unsubscribeFromBlocks() {
  subs.blocks = false;
  if (ws != null) {
    _subUnsubBlocks(true);
  }
}