dataTypes property

  1. @override
List<String> dataTypes
override

The list of data type this package supports.

Implementation

@override
List<String> get dataTypes => [
      ContextSamplingPackage.LOCATION,
      ContextSamplingPackage.GEOLOCATION,
      ContextSamplingPackage.GEOFENCE,
      ContextSamplingPackage.MOBILITY,
    ];