@override Stream<bool> get onUserAttentionChanged { return eventChannel.receiveBroadcastStream().map((value){ return value as bool; }); }