getConfig method

Future<String> getConfig()

Get current SingBox configuration

Implementation

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