FileHeaderParser typedef

FileHeaderParser = FutureOr<Map<String, Object>?> Function(File file)

Implementation

typedef FileHeaderParser = FutureOr<Map<String, Object>?> Function(File file);