AndroidNotificationActionInput constructor
const
AndroidNotificationActionInput({})
Constructs a AndroidNotificationActionInput. The platform will create
this object using RemoteInput.Builder
. See the official docs
https://developer.android.com/reference/kotlin/androidx/core/app/RemoteInput.Builder?hl=en
for details.
Implementation
const AndroidNotificationActionInput({
this.choices = const <String>[],
this.allowFreeFormInput = true,
this.label,
this.allowedMimeTypes = const <String>{},
});