Implemented the [deleteFile] method

This commit is contained in:
Mariano Uvalle 2019-02-27 19:09:49 -06:00
parent 6637f2f220
commit 167472154e
4 changed files with 9 additions and 18 deletions

View file

@ -2,6 +2,4 @@ import 'package:flutter/material.dart';
import 'src/App.dart';
main() async {
runApp(App());
}
main() => runApp(App());