noActions function
- BuildContext context,
- Notification notification
Actions builder for types that have no actions.
Implementation
FutureOr<List<(String, FutureOr<void> Function())>> noActions(BuildContext context, Notification notification) {
return [];
}