hasPermission method

Future<bool> hasPermission()

Whether microphone + speech-recognition permission has already been granted.

Implementation

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