-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
after updating i'm facing this issue here :
Future<Marker> Function(Cluster<Place>) get _markerBuilder =>
(cluster) async {}
ClusterManager _initClusterManager() {
return ClusterManager<Place>(items, _updateMarkers,
markerBuilder: _markerBuilder);
}
The argument type 'Future Function(Cluster)' can't be assigned to the parameter type 'Future Function(dynamic)?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels