Subscribe to availability changes.
static Stream<bool> get isAvailableSubscription { return _isAvailableChannel.receiveBroadcastStream().map((event) { return deserializeIsAvailable(event); }); }