apps property

List<LiveApp> get apps

The connected apps, in discovery order.

Implementation

List<LiveApp> get apps => List.unmodifiable(_apps);