Pause/unpause recognition.
Future<bool?> setPause({required final bool paused}) => _channel.invokeMethod<bool>('speechService.setPause', paused);