getTrendingPageOption method
Implementation
Map<String, dynamic> getTrendingPageOption(String key, String value) {
Map<String, dynamic> options = {
key: value,
"part": "snippet",
"chart": "mostPopular",
"maxResults": "${this.maxResults}",
"regionCode": "${this.regionCode}",
"key": "${this.key}",
};
return options;
}