diff --git a/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm b/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm index 8db85fd3b5664..e35089e03d44f 100644 --- a/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm +++ b/shell/platform/darwin/ios/framework/Source/FlutterHeadlessDartRunner.mm @@ -111,7 +111,7 @@ - (void)runWithEntrypointAndLibraryUri:(NSString*)entrypoint libraryUri:(NSStrin } - (void)runWithEntrypoint:(NSString*)entrypoint { - [self runWithEntrypointAndCallback:entrypoint libraryUri:nil completion:nil]; + [self runWithEntrypointAndLibraryUri:entrypoint libraryUri:nil]; } #pragma mark - FlutterBinaryMessenger