FNesAsync class

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

bootup() Future
dispose() Future<void>
getAudioBuffer() Future<Float32List>
getPixels() Future<Uint8List>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pressButton(NesButton button) Future
releaseButton(NesButton button) Future
reset() Future
setRom(NesRom rom) Future<void>
step() Future
stepFrame() Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

create() Future<FNesAsync>