GoogleServicesConfig constructor
const
GoogleServicesConfig({})
Implementation
const GoogleServicesConfig({
required this.appId,
required this.apiKey,
required this.projectId,
this.databaseUrl,
this.storageBucket,
this.messagingSenderId,
});