getMaxSpeechInputLength property

Future<int?> getMaxSpeechInputLength

Future which invokes the platform specific method for getMaxSpeechInputLength Android supported only

Implementation

Future<int?> get getMaxSpeechInputLength async {
  return await _channel.invokeMethod<int?>('getMaxSpeechInputLength');
}