getSingBoxVersion method

  1. @override
Future<String> getSingBoxVersion()
override

Gets the version of the underlying sing-box core.

Implementation

@override
Future<String> getSingBoxVersion() async {
  return '1.13.15';
}