unregisterRevoke method

void unregisterRevoke()

Implementation

void unregisterRevoke() {
  _msgRevokedSub?.cancel();
  _msgRevokedSub = null;
}