EnxFlutterPluginWeb class
A web implementation of the EnxFlutterPluginPlatform of the EnxFlutterPlugin plugin.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
handleEvent(
dynamic event) → void -
handleJavaScriptUpdate(
JavaScriptUpdate update) → void -
handleMethodCall(
MethodCall call) → Future -
injectJSLibraries(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerJsCallback(
) → void -
removeView(
int viewId) → void -
setupJavaScriptCallback(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
updateView(
int viewId, String content) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- eventChannel ↔ EventChannel
-
getter/setter pair
- methodChannel ↔ MethodChannel
-
getter/setter pair
-
registeredViews
↔ Map<
int, Element> -
getter/setter pair
-
viewMap
↔ Map<
int, Element> -
getter/setter pair
Static Methods
-
registerWith(
Registrar registrar) → void -
sendDataToPlugin(
Map< String, dynamic> map) → void