Flutter macOS Embedder
FlutterViewProvider.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 
6 
7 /**
8  * An interface to query FlutterView.
9  *
10  * See also:
11  *
12  * * FlutterViewEngineProvider, a typical implementation.
13  */
15 
16 /**
17  * Get the FlutterView with the given view ID.
18  *
19  * Returns nil if the ID is invalid.
20  */
21 - (nullable FlutterView*)viewForId:(FlutterViewId)id;
22 
23 @end
FlutterViewProvider-p
Definition: FlutterViewProvider.h:14
FlutterView
Definition: FlutterView.h:39
FlutterView.h
FlutterViewId
int64_t FlutterViewId
Definition: FlutterView.h:12