Implemented the [deleteFile] method
This commit is contained in:
parent
6637f2f220
commit
167472154e
4 changed files with 9 additions and 18 deletions
|
|
@ -2,6 +2,4 @@ import 'package:flutter/material.dart';
|
|||
|
||||
import 'src/App.dart';
|
||||
|
||||
main() async {
|
||||
runApp(App());
|
||||
}
|
||||
main() => runApp(App());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue