Fetching TODOs from file
Future<List<Todo>> todoFetch(File file) async { return file.readAsLines().fetchTodos(file.path); }