FirebaseDetails constructor

const FirebaseDetails({
  1. FirebasePlatform? android,
  2. FirebasePlatform? ios,
  3. FirebasePlatform? web,
})

Creates Firebase configuration for the supported platforms.

Implementation

const FirebaseDetails({this.android, this.ios, this.web});