Commit 74a5510f by Zac Chan

bugs

parent 63449b28
......@@ -74,7 +74,7 @@ static NSString *const CHANNEL_NAME = @"PonnamKarthik/fluttertoast";
completion:^(BOOL didTap){
NSNumber *boolNumber = [NSNumber numberWithBool:didTap];
result(boolNumber)
result(boolNumber);
......
......@@ -25,7 +25,7 @@ class Fluttertoast {
Fluttertoast._create(){
_channel.setMethodCallHandler(_handleMethod);
// _channel.setMethodCallHandler(_handleMethod);
}
......
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