SendTextOptions constructor

SendTextOptions({
  1. String? topic,
  2. List<String> destinationIdentities = const [],
  3. List<File> attachments = const [],
  4. dynamic onProgress(
    1. double
    )?,
  5. Map<String, String> attributes = const {},
})

Implementation

SendTextOptions({
  this.topic,
  this.destinationIdentities = const [],
  this.attachments = const [],
  this.onProgress,
  this.attributes = const {},
});