stopV2Ray method

Future<void> stopV2Ray()

Stops the V2Ray service. Returns a Future that completes when the service is stopped.

Implementation

Future<void> stopV2Ray() async {
  await FlutterV2rayPlatform.instance.stopV2Ray();
}