validateConfig method
Validates raw sing-box JSON config via the native core and returns a normalized config string safe to persist/start.
Implementation
Future<String> validateConfig(String configJson) {
throw UnimplementedError('validateConfig() has not been implemented.');
}