Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a36ad66

Browse files
committed
save
1 parent eb77dfe commit a36ad66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bridge.registHandler("test", (obj, callback){
7676

7777
#### 原生调用JS的jsMethod事件
7878
```Dart
79-
bridge.callHandler("jsMethodWithCallback",args: ["原生信息"],completionHandler:(obj,error){
79+
bridge.callHandler("jsMethod",args: ["原生信息"],completionHandler:(obj,error){
8080
8181
});
8282
```
@@ -111,4 +111,4 @@ document.addEventListener('ZLBridgeInitReady', function() {
111111

112112
## License
113113

114-
ZLBridge is available under the MIT license. See the LICENSE file for more info.
114+
ZLBridge-flutter is available under the MIT license. See the LICENSE file for more info.

0 commit comments

Comments
 (0)