Retrieves the fetch time for the specified channel from the repository.
channel
Future<int> getChannelFetchTime(String channel) async { return await messageRepository.getChannelFetchTime(channel); }