speech property
Permission
get
speech
Creates a speech recognition permission with no custom name or description
This creates a Permission instance for speech recognition access without any custom display text. The platform will use default names and descriptions.
Implementation
static Permission get speech => Permission(type: PermissionType.speech);