获取地图审图号(普通地图)
任何使用高德地图API调用地图服务的应用必须在其应用中对外透出审图号
如高德地图在"关于"中体现
Future<String?> getMapContentApprovalNumber() { return _methodChannel.getMapContentApprovalNumber(mapId: mapId); }