TranslationProducerClosedOptions class

Constructors

TranslationProducerClosedOptions({required TranslationProducerClosedData data, void updateTranslationProducerMap(TranslationProducerMap (TranslationProducerMap))?, Future<void> stopConsumingTranslation(String producerId)?, Future<void> resumeOriginalProducer(String speakerId)?, ShowAlert? showAlert})

Properties

data TranslationProducerClosedData
final
hashCode int
The hash code for this object.
no setterinherited
resumeOriginalProducer Future<void> Function(String speakerId)?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAlert ShowAlert?
final
stopConsumingTranslation Future<void> Function(String producerId)?
final
updateTranslationProducerMap → void Function(TranslationProducerMap (TranslationProducerMap))?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited