Flutter macOS Embedder
<FlutterViewProvider> Protocol Reference

#import <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.


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