vapidKey property

String? vapidKey
final

On web, a vapidKey is required to fetch the default FCM token for the device. The fcm token can be accessed from the onFCMTokenInitialize or onFCMTokenUpdate callbacks.

Implementation

final String? vapidKey;