isChannelAvailable property

(Future<bool> Function(String channelName)?) isChannelAvailable
final

Returns true when the channel is available.

Note: This is only used for sanity checks, and therefore is optional.

Implementation

final Future<bool> Function(String channelName)? isChannelAvailable;