MethodChannelFlutterGl class

An implementation of FlutterGlPlatform that uses method channels.

Inheritance

Constructors

MethodChannelFlutterGl()

Properties

egls List<int>
getter/setter pairinherited
element → dynamic
no setterinherited
gl → dynamic
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
getter/setter pairinherited
isInitialized bool
no setteroverride
openGL ↔ dynamic
getter/setter pairinherited
platformVersion Future<String?>
Launches the given url. Completes to true if the launch was successful.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textureId int?
getter/setter pairinherited

Methods

dispose_interface(int textureId) → void
override
getEgl_interface(int textureId) Future<List<int>>
override
initialize_interface({Map<String, dynamic>? options, bool renderToVideo = false}) Future<Map<String, dynamic>>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateSize_interface(int textureId, Map<String, dynamic> options) Future
updateTexture_interface(int textureId, dynamic sourceTexture) Future
override

Operators

operator ==(Object other) bool
The equality operator.
inherited