onFileDropped property

void Function(List<int> bytes, String fileName, String extension)? onFileDropped
final

Implementation

final void Function(List<int> bytes, String fileName, String extension)? onFileDropped;