getChannelPageOption method
Implementation
Map<String, dynamic> getChannelPageOption(
String channelId, String key, String value) {
Map<String, dynamic> options = {
key: value,
'channelId': channelId,
"part": "snippet",
"maxResults": "${this.maxResults}",
"key": "${this.key}",
};
return options;
}