MPEngine class

Constructors

MPEngine({required BuildContext flutterContext})

Properties

debugger ↔ _MPDebugger?
getter/setter pair
flutterContext BuildContext
final
hashCode int
The hash code for this object.
no setterinherited
provider MPProvider
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
started bool
no setter

Methods

clear() → void
initWithDebuggerServerAddr(String debuggerServerAddr) → void
initWithJSCode(String jsCode) → void
initWithMpkData(Uint8List mpkData) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() Future
stop() → void
toString() String
A string representation of this object.
inherited
updateWindowInfo() → void

Operators

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