Stops the V2Ray service. Returns a Future that completes when the service is stopped.
Future<void> stopV2Ray() async { await FlutterV2rayPlatform.instance.stopV2Ray(); }