stopVless method

Future<void> stopVless()

Stop FlutterVless service.

Implementation

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