firebaseAppId static method
Returns the Firebase application ID for the specified platform.
Implementation
static String firebaseAppId(
FlavorDetails flavor,
String platform,
) {
return firebasePlatform(
flavor,
platform,
).appId;
}