removeGeoAnalytics method

  1. @override
Future<void> removeGeoAnalytics(
  1. MapplsGeoAnalyticsType type,
  2. String geoboundType,
  3. String? attribute,
  4. List<String> propertyNames,
  5. List<MapplsGeoAnalyticsRequest> requests,
  6. String? query,
  7. bool? transparent,
)
override

Implementation

@override
Future<void> removeGeoAnalytics(MapplsGeoAnalyticsType type, String geoboundType, String? attribute, List<String> propertyNames, List<MapplsGeoAnalyticsRequest> requests, String? query, bool? transparent) {
  // TODO: implement removeGeoAnalytics
  throw UnimplementedError();
}