Commit d9b5fbc0 by Zac Chan

Fixed uncompleted

parent 904930d7
...@@ -17,8 +17,9 @@ class Fluttertoast { ...@@ -17,8 +17,9 @@ class Fluttertoast {
Fluttertoast get instance { Fluttertoast get instance {
if (_instance == null) { if (_instance == null) {
_instance =Fluttertoast();
} }
return _instance;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment