NiceSpeechResultCallback typedef

NiceSpeechResultCallback = void Function(String text, {bool isFinal})

Callback types for NiceSpeechToText.

Implementation

typedef NiceSpeechResultCallback = void Function(String text, {bool isFinal});