apps property

List<App> apps

Returns an array of all the non-deleted FirebaseApp instances.

Implementation

List<App> get apps => _apps.values.toList();