updateHeatmaps method
Updates heatmap configuration.
Change listeners are notified once the update has been made on the platform side.
The returned Future completes after listeners have been notified.
Implementation
Future<void> updateHeatmaps(
HeatmapUpdates heatmapUpdates, {
required int mapId,
}) {
throw UnimplementedError('updateHeatmaps() has not been implemented.');
}