VoltronNativeModule class abstract

Implemented types
Implementers

Constructors

VoltronNativeModule(EngineContext context)

Properties

context EngineContext
final
extraFuncMap Map<String, Function>
no setter
funcMap Map<String, Function>
no setter
hashCode int
The hash code for this object.
no setterinherited
moduleName String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addListener(String name, JSPromise promise) → void
destroy() → void
override
handleAddListener(String name) → void
handleRemoveListener(String name) → void
initialize() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeListener(String name, JSPromise promise) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

kModuleAddListener → const String
kModuleRemoveListener → const String