isAvailable method

Future<int> isAvailable()

Returns whether speech recognition is available.

Implementation

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