updateServerConfig method
Update server configuration
config - updated server configuration
Implementation
Future<bool> updateServerConfig(SingBoxServerConfig config) {
throw UnimplementedError('updateServerConfig() has not been implemented.');
}