hideAllPOIs method

Future<void> hideAllPOIs()

hide all Points Of Interest

Implementation

Future<void> hideAllPOIs() async {
  await _methodChannel.invokeMethod('hideAllPOIs');
}