getCoreVersion method

Future<String> getCoreVersion()

Retrieves the version of the V2Ray core. Returns a Future that completes with a String representing the core version.

Implementation

Future<String> getCoreVersion() async {
  return FlutterV2rayPlatform.instance.getCoreVersion();
}