Flutter macOS Embedder
TestFlutterPlatformView.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
5 #import <Foundation/Foundation.h>
6 
8 
9 @interface TestFlutterPlatformView : NSView
10 
11 /// Arguments passed via the params value in the create method call.
12 @property(nonatomic, copy) id args;
13 
14 @end
15 
17 @end
FlutterEngine.h
TestFlutterPlatformViewFactory
Definition: TestFlutterPlatformView.h:16
TestFlutterPlatformView
Definition: TestFlutterPlatformView.h:9
TestFlutterPlatformView::args
id args
Arguments passed via the params value in the create method call.
Definition: TestFlutterPlatformView.h:12
FlutterPlatformViewFactory-p
Definition: FlutterPlatformViews.h:13