ApnsFcmOptions constructor

ApnsFcmOptions({
  1. String? analyticsLabel,
  2. String? imageUrl,
})

Represents options for features provided by the FCM SDK for iOS.

Implementation

ApnsFcmOptions({this.analyticsLabel, this.imageUrl});