shutdown method
Shutdown the protocol cleanly.
Implementation
Future<BridgeResponse> shutdown() async {
final response = await sendRequest('shutdown', null);
return response;
}
Shutdown the protocol cleanly.
Future<BridgeResponse> shutdown() async {
final response = await sendRequest('shutdown', null);
return response;
}