download method

  1. @override
Future<S> download()
override

Downloads entity from cache and caches result

Implementation

@override
Future<S> download() => this.client.httpEndpoints.fetchChannel(this.id);