setConfig method

Future<void> setConfig(
  1. String configJson
)

Applies raw sing-box JSON config.

Implementation

Future<void> setConfig(String configJson) {
  throw UnimplementedError('setConfig() has not been implemented.');
}