Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | Properties | List of all members
MockFlutterPlatformView Class Reference
Inheritance diagram for MockFlutterPlatformView:
<FlutterPlatformView>

Instance Methods

(instancetype) - init [implementation]
 
- Instance Methods inherited from <FlutterPlatformView>
(UIView *) - view
 

Properties

UIView * view
 

Detailed Description

Definition at line 40 of file accessibility_bridge_test.mm.

Method Documentation

◆ init

- (instancetype) init
implementation

Definition at line 41 of file accessibility_bridge_test.mm.

46 {
47 if (self = [super init]) {
48 _view = [[MockPlatformView alloc] init];
49 }
50 return self;
51}

Property Documentation

◆ view

- (UIView*) view
readwritenonatomicstrong

Definition at line 41 of file accessibility_bridge_test.mm.


The documentation for this class was generated from the following file: