currentSTTModelId property

String? get currentSTTModelId

Get the currently loaded STT model ID Returns null if no STT model is loaded.

Implementation

static String? get currentSTTModelId => DartBridge.stt.currentModelId;