callback property

(dynamic Function(File file, RequestContext req, ResponseContext res)?) callback
final

An optional callback to run before serving files.

Implementation

final Function(File file, RequestContext req, ResponseContext res)? callback;