showAllPOIs method

Future<void> showAllPOIs()

show all Points Of Interest

Implementation

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