@override Stream<bool> actionKeyboard() => actionChannel.receiveBroadcastStream().map( (event) => event ?? false, );