parseMapClientUrl method
Implementation
@override
Future<String?> parseMapClientUrl(String venueId, String locationId) {
return utilMethodChannel.invokeMethod("UTL_parseMapClientUrl",
{"venueId": venueId, "locationId": locationId});
}
@override
Future<String?> parseMapClientUrl(String venueId, String locationId) {
return utilMethodChannel.invokeMethod("UTL_parseMapClientUrl",
{"venueId": venueId, "locationId": locationId});
}