runSubroutine method Null safety
- double arg
override
Implementation
@override
Future<double> runSubroutine(double arg) async {
model.lastX = Value.fromDouble(_lastEstimate);
// See page 257 of User's Guide, third paragraph.
return super.runSubroutine(arg);
}