getFile static method

Future<List<ChalonaFile>> getFile()

Implementation

static Future<List<ChalonaFile>> getFile() async {
  return [];
}