startVPS method

Future<void> startVPS()

start the VPS scanning to retrieve user position

Implementation

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