validateConfig method

Future<String> validateConfig(
  1. String configJson
)

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.');
}