disconnect method
Close the sync connection.
Use connect to connect again.
Implementation
Future<void> disconnect() async {
await _connections.disconnect();
}
Close the sync connection.
Use connect to connect again.
Future<void> disconnect() async {
await _connections.disconnect();
}