Disable the WebAuthn domain.
Future<void> disable() async { await _client.send('WebAuthn.disable'); }