LibraryLoader typedef Null safety

LibraryLoader = Future Function()

Implementation

typedef LibraryLoader = Future<dynamic> Function();