startVPS method
start the VPS scanning to retrieve user position
Implementation
Future<void> startVPS() async {
await _channel.invokeMethod('startVPS');
}
start the VPS scanning to retrieve user position
Future<void> startVPS() async {
await _channel.invokeMethod('startVPS');
}