Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[webview_flutter_wkwebview] Switches the platform implementation to use the native API Wrapper #6031

Merged
merged 13 commits into from
Jul 12, 2022
Prev Previous commit
Next Next commit
remove unused imports
bparrishMines committed Jun 22, 2022
commit 9b2f265daebf911aad2ec1ec7afa948dbb25b549
Original file line number Diff line number Diff line change
@@ -3,7 +3,6 @@
// found in the LICENSE file.

#import "FLTWebViewFlutterPlugin.h"
#import "FLTCookieManager.h"
#import "FWFGeneratedWebKitApis.h"
#import "FWFHTTPCookieStoreHostApi.h"
#import "FWFInstanceManager.h"
@@ -18,7 +17,6 @@
#import "FWFWebViewConfigurationHostApi.h"
#import "FWFWebViewHostApi.h"
#import "FWFWebsiteDataStoreHostApi.h"
#import "FlutterWebView.h"

@interface FWFWebViewFactory : NSObject <FlutterPlatformViewFactory>
@property(nonatomic, weak) FWFInstanceManager *instanceManager;