stopVPS method

Future<void> stopVPS()

stop the VPS scanning

Implementation

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