getSingBoxVersion method

Future<String> getSingBoxVersion()

Gets the version of the underlying sing-box core.

Implementation

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