AndroidFcmOptions constructor

AndroidFcmOptions({
  1. String? analyticsLabel,
})

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

Implementation

AndroidFcmOptions({this.analyticsLabel});