stopVPS method

Future<void> stopVPS()

stop the VPS scanning

Implementation

Future<void> stopVPS() async {
  await _methodChannel.invokeMethod('stopVPS');
}