VoiceDraggableWidgetModel constructor

VoiceDraggableWidgetModel(
  1. VoiceCommandManager _voiceCommandManager,
  2. EventBus _eventBus
)

Implementation

VoiceDraggableWidgetModel(
  this._voiceCommandManager,
  this._eventBus,
);