FirebaseCloudMessagingServer constructor

FirebaseCloudMessagingServer(
  1. Map<String, dynamic> firebaseServiceCredentials, {
  2. bool cacheAuth = true,
})

Implementation

FirebaseCloudMessagingServer(
  this.firebaseServiceCredentials, {
  this.cacheAuth = true,
});