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
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