android property
FirebaseOptions
get
android
Implementation
static FirebaseOptions get android => FirebaseOptions(
apiKey: dotenv.env['API_KEY']!,
appId: dotenv.env['APP_ID']!,
messagingSenderId: dotenv.env['MESSAGING_SENDER_ID']!,
projectId: dotenv.env['PROJECT_ID']!,
storageBucket: dotenv.env['STORAGE_BUCKET']!,
);