how to pass a key value generated by the Google console
dineshnaikb opened this issue · 0 comments
dineshnaikb commented
final messages = await _youTubeApi.liveChatMessages.list(
video.items!.last.snippet!.liveChatId!,
["id", 'snippet', "authorDetails"],
Key: keys);
print(messages);
This list method only support
core.String liveChatId,
core.List<core.String> part, {
core.String? hl,
core.int? maxResults,
core.String? pageToken,
core.int? profileImageSize,
core.String? $fields,
core.String? Key,