firebaseOptions static method
Returns the Firebase options file path for the specified platform.
Implementation
static String firebaseOptions(
FlavorDetails flavor,
String platform,
) {
return firebasePlatform(
flavor,
platform,
).options;
}