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