DefaultProvider class

Default provider with word-wrap support.

Cannot take input because it has no IO context. Also cannot provide async facility so just runs sync.

Implemented types

Constructors

DefaultProvider(List<String> script)

Properties

cols int
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
script Queue<String>
final

Methods

command(Map<String, dynamic> command) Future<void>
override
debugOutput(String text) → void
getLine() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
primaryOutput(String text) → void
restore() Future<List<int>>
saveGame(List<int> saveBytes) Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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