polygonToCellsAsync function

Future<List<H3Index>> polygonToCellsAsync(
  1. GeoPolygon polygon,
  2. int resolution
)

Async version of polygonToCells; runs on an isolate on native platforms.

Implementation

Future<List<H3Index>> polygonToCellsAsync(GeoPolygon polygon, int resolution) =>
    _unsupported();