switchServer method
Switch current server
Stops current connection, changes configuration and connects to new server
config - JSON string with new server configuration
Implementation
Future<bool> switchServer(String config) {
throw UnimplementedError('switchServer() has not been implemented.');
}