stopV2Ray method

  1. @override
Future<void> stopV2Ray()
override

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

Implementation

@override
Future<void> stopV2Ray() async {
  await methodChannel.invokeMethod('stopV2Ray');
}