setContext method
Sets the email and content context.
Implementation
Future<void> setContext({
String? hashedEmail,
String? currentSeriesName,
int? currentEpisodeNumber,
String? contentUrl,
}) {
throw UnimplementedError('setContext() has not been implemented.');
}