openMap method

Future<int?> openMap(
  1. String mapId, [
  2. String? poi
])

Implementation

Future<int?> openMap(String mapId, [String? poi]) async {
  throw UnimplementedError('openMap() has not been implemented.');
}