Stops the V2Ray connection. Returns a Future that completes when the connection is stopped.
@override Future<void> stopV2Ray() async { await methodChannel.invokeMethod('stopV2Ray'); }