chore: remove unused imports

This commit is contained in:
Rongjian Zhang
2020-02-08 15:06:36 +08:00
parent 1716714981
commit 76115d0fca
5 changed files with 2 additions and 21 deletions

View File

@@ -213,7 +213,7 @@ class ThemeModel with ChangeNotifier {
}
}
Future<void> showWarning(BuildContext context, String message) {
Future<void> showWarning(BuildContext context, String message) async {
showCupertinoDialog(
context: context,
builder: (context) {