suspend method

Future<void> suspend(
  1. String serverId
)

Close serverId for a while — the host is paused — keeping who holds it. Resuming dials again for the same holders.

Implementation

Future<void> suspend(String serverId) => _teardown(serverId);