Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
<FlutterViewProvider> Protocol Reference

#include <FlutterViewProvider.h>

Inheritance diagram for <FlutterViewProvider>:
FlutterViewEngineProvider

Instance Methods

(nullable FlutterView *) - viewForIdentifier:
 

Detailed Description

An interface to query FlutterView.

See also:

Definition at line 17 of file FlutterViewProvider.h.

Method Documentation

◆ viewForIdentifier:

- (nullable FlutterView *) viewForIdentifier: (FlutterViewIdentifier id

Get the FlutterView with the given view ID.

Returns nil if the ID is invalid.

Reimplemented in FlutterViewEngineProvider.


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