NUIMiniProgramWebJSEngineAPI class abstract mixin

JSEngine Interface for Simulation

Implementers

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestSession() Future<NUIMiniProgramSession?>
sendDefaultChannelEvent(NUIMiniProgramEventType type, {required String payload}) Future<bool>
sendFileSelect({required List<String> extensions}) Future<NUIMiniProgramFile?>
sendInitializedEvent({Duration maximumDelay = const Duration(seconds: 1)}) Future<bool>
sendPopEvent() Future<bool>
sendRecordVideo({bool rear = true}) Future<NUIMiniProgramFile?>
sendTakePhoto({bool rear = true}) Future<NUIMiniProgramFile?>
toString() String
A string representation of this object.
inherited

Operators

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