未验证 提交 e54bc4ea 编写于 作者: B Ben Konyi 提交者: GitHub

Fixed invalid call site of runWithEntrypointAndCallback (#5984)

上级 764884b9
......@@ -111,7 +111,7 @@ static std::string CreateShellLabel() {
}
- (void)runWithEntrypoint:(NSString*)entrypoint {
[self runWithEntrypointAndCallback:entrypoint libraryUri:nil completion:nil];
[self runWithEntrypointAndLibraryUri:entrypoint libraryUri:nil];
}
#pragma mark - FlutterBinaryMessenger
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册