hideAllPOIs method
hide all Points Of Interest
Implementation
Future<void> hideAllPOIs() async {
await _channel.invokeMethod('hideAllPOIs');
}
hide all Points Of Interest
Future<void> hideAllPOIs() async {
await _channel.invokeMethod('hideAllPOIs');
}