FileLoader typedef

FileLoader = Future<String?> Function(String)

Implementation

typedef FileLoader = Future<String?> Function(String);