showAllPOIs method

Future<void> showAllPOIs()

show all Points Of Interest

Implementation

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