@override Stream<bool> activeDeviceStream() { return activeDeviceEventChannel.receiveBroadcastStream().map( (dynamic event) => event as bool, ); }