onSendFilePressed property
dynamic Function(String id, String name, File file, int? size, bool isRead)?
onSendFilePressed
final
Implementation
final Function(String id, String name, File file, int? size, bool isRead)? onSendFilePressed;