hideAllPOIs method

Future<void> hideAllPOIs()

hide all Points Of Interest

Implementation

Future<void> hideAllPOIs() async {
  print("wemapMap : hiding all POI ...");
  await _methodChannel.invokeMethod('hideAllPOIs');
}