PubSubPublishOptions constructor

const PubSubPublishOptions({
  1. bool persist = false,
  2. List<String> sendOnly = const [],
})

Implementation

const PubSubPublishOptions({this.persist = false, this.sendOnly = const []});