fetchDataRecords method
Fetches data records containing the given website data types.
dataTypes
represents the website data types to fetch records for.
Officially Supported Platforms/Implementations:
Implementation
Future<List<WebsiteDataRecord>> fetchDataRecords(
{required Set<WebsiteDataType> dataTypes}) =>
platform.fetchDataRecords(dataTypes: dataTypes);