apps property
List<FirebaseApp>
get
apps
Returns a list of all FirebaseApp instances that have been created.
Implementation
static List<FirebaseApp> get apps {
return _apps.values.toList(growable: false);
}