From 8d407da1b5e89e9aefb99bd34bb5696e3ca88c81 Mon Sep 17 00:00:00 2001 From: zhongwuzw Date: Tue, 6 Apr 2021 16:51:03 +0800 Subject: [PATCH] [iOS] Make FlutterEngine new method available --- shell/platform/darwin/ios/framework/Headers/FlutterEngine.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h index 358664a4df9cd..f3b63dea5369a 100644 --- a/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h +++ b/shell/platform/darwin/ios/framework/Headers/FlutterEngine.h @@ -161,8 +161,6 @@ FLUTTER_DARWIN_EXPORT allowHeadlessExecution:(BOOL)allowHeadlessExecution restorationEnabled:(BOOL)restorationEnabled NS_DESIGNATED_INITIALIZER; -+ (instancetype)new NS_UNAVAILABLE; - /** * Runs a Dart program on an Isolate from the main Dart library (i.e. the library that * contains `main()`), using `main()` as the entrypoint (the default for Flutter projects),