remoteNotification property

RemoteNotification? remoteNotification
final

Specify the object of RemoteNotification.

After specifying this, execute onMaybeBoot to start initialization automatically.

RemoteNotificationのオブジェクトを指定します。

これを指定した上でonMaybeBootを実行すると自動で初期化を開始します。

Implementation

final RemoteNotification? remoteNotification;