menu
wemap_sdk_flutter
wemap_sdk_flutter.dart
MapManager
stopVPS method
stopVPS
dark_mode
light_mode
stopVPS
method
Future
<
void
>
stopVPS
(
)
stop the VPS scanning
Implementation
Future<void> stopVPS() async { await _channel.invokeMethod('stopVPS'); }
wemap_sdk_flutter
wemap_sdk_flutter
MapManager
stopVPS method
MapManager class