FirebaseDetails constructor
const
FirebaseDetails({
- FirebasePlatform? android,
- FirebasePlatform? ios,
- FirebasePlatform? web,
Creates Firebase configuration for the supported platforms.
Implementation
const FirebaseDetails({this.android, this.ios, this.web});