channelProvider top-level property

FutureProviderFamily<Channel, String> channelProvider
final

A global Provider for getting the paging controller for replies for a comment.

Implementation

final channelProvider = FutureProvider.family<Channel, String>((ref, id) {
  return PlayerYoutubeSource.instance.getChannelFromId(id);
});