target property
NotificationTargetQuery
get
target
Set up notification destinations.
Use TopicNotificationTargetQuery to specify by topic. Use TokenNotificationTargetQuery or ModelTokenNotificationTargetQuery to specify by token.
Use CollectionNotificationTargetQuery if you wish to specify it in the collection documentation.
通知先の設定。
トピックで指定したい場合はTopicNotificationTargetQueryを使用してください。トークンで指定したい場合はTokenNotificationTargetQuery、ModelTokenNotificationTargetQueryを使用してください。
コレクションのドキュメントで指定したい場合はCollectionNotificationTargetQueryを使用してください。
Implementation
NotificationTargetQuery get target => throw UnimplementedError();