Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
FlutterPlatformViewsTestMockPlatformView Class Reference
Inheritance diagram for FlutterPlatformViewsTestMockPlatformView:

Instance Methods

(instancetype) - init [implementation]
 
(void) - dealloc [implementation]
 

Detailed Description

Definition at line 23 of file FlutterPlatformViewsTest.mm.

Method Documentation

◆ dealloc

- (void) dealloc
implementation

Definition at line 21 of file FlutterPlatformViewsTest.mm.

35 {
37}
static __weak FlutterPlatformViewsTestMockPlatformView * gMockPlatformView

◆ init

- (instancetype) init
implementation

Definition at line 21 of file FlutterPlatformViewsTest.mm.

27 {
28 self = [super init];
29 if (self) {
30 gMockPlatformView = self;
31 }
32 return self;
33}

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