PlatformViewsService class Null safety
Provides access to the platform views service.
This service allows creating and controlling platform-specific views.
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Static Methods
-
initAndroidView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → TextureAndroidViewController - Creates a TextureAndroidViewController for a new Android view. [...]
-
initSurfaceAndroidView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec, VoidCallback? onFocus}) → SurfaceAndroidViewController - Creates a SurfaceAndroidViewController for a new Android view. [...]
-
initUiKitView(
{required int id, required String viewType, required TextDirection layoutDirection, dynamic creationParams, MessageCodec? creationParamsCodec}) → Future< UiKitViewController> - This is work in progress, not yet ready to be used, and requires a custom engine build. Creates a controller for a new iOS UIView. [...]