addFeatureLayer method
Implementation
Future<FeatureLayer> addFeatureLayer(
FeatureLayerOptions options,
List<Graphic>? data,
void Function(dynamic)? onPressed,
String? url,
int mapId,
void Function(double)? getZoom,
String layerId,
) async {
throw UnimplementedError('addFeatureLayer() has not been implemented.');
}