AppOptions constructor
AppOptions({
- required Credential credential,
- String? databaseUrl,
- String? projectId,
- String? storageBucket,
Implementation
AppOptions({
required this.credential,
this.databaseUrl,
this.projectId,
this.storageBucket,
});