Commit b9be1610 by Alon Horovitz

Delete print on fluttertoast_web

parent a54ccc30
...@@ -21,8 +21,6 @@ class FluttertoastWebPlugin { ...@@ -21,8 +21,6 @@ class FluttertoastWebPlugin {
Future<dynamic> handleMethodCall(MethodCall call) async { Future<dynamic> handleMethodCall(MethodCall call) async {
switch (call.method) { switch (call.method) {
case 'showToast': case 'showToast':
print("showToast");
print(call.arguments);
showToast(call.arguments); showToast(call.arguments);
return true; return true;
default: default:
......
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