blob: a84954e17c97abb9d0e6b39cb280c18b24fd8916 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// This header is available in the Test module. Import via "@import webview_flutter_wkwebview.Test;"
#import <webview_flutter_wkwebview/FlutterWebView.h>
NS_ASSUME_NONNULL_BEGIN
@interface FLTWebViewController ()
- (NSURLRequest *)buildNSURLRequest:(NSDictionary<NSString *, id> *)arguments;
- (void)onLoadUrl:(FlutterMethodCall *)call result:(FlutterResult)result;
- (void)onLoadRequest:(FlutterMethodCall *)call result:(FlutterResult)result;
@end
NS_ASSUME_NONNULL_END