isLoadingVoiceMode property

  1. @override
bool get isLoadingVoiceMode
override

Indicates the voice mode is being started or exited.

Implementation

@override
bool get isLoadingVoiceMode {
  // no loading is required and the recording is started immediatly.
  return false;
}