revoke method

void revoke(
  1. String? reason
)

Is called by the session when the revocation happens

Implementation

void revoke(String? reason) {
  _revokeCompleter.complete(reason);
}