public static interface FlutterView.Provider
FlutterView
(such
as a full-screen Flutter activity).
This indirection is provided to support applications that use an activity other than FlutterActivity
(e.g. Android v4 support library's FragmentActivity
).
It allows Flutter plugins to deal in this interface and not require that the activity be a
subclass of FlutterActivity
.
Modifier and Type | Method and Description |
---|---|
FlutterView |
getFlutterView()
Returns a reference to the Flutter view maintained by this object.
|
FlutterView getFlutterView()
null
.