init method

Future init()

Initializes the voice controller.

Implementation

Future init() async {
  await setMaxDuration(audioSrc);
  _updateUi();
}