stopV2Ray method

Future<void> stopV2Ray()

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

Implementation

Future<void> stopV2Ray() {
  throw UnimplementedError('stopV2Ray() has not been implemented.');
}