loaders function

Future<List<FileOf>> loaders()

Implementation

Future<List<FileOf>> loaders() async {
  return [webFileOf, webFileOfBytes];
}