isRecognizing method

Future<int> isRecognizing()

Returns whether speech recognition is active.

Implementation

Future<int> isRecognizing() {
  throw UnimplementedError('isRecognizing() has not been implemented.');
}