replaceLine method
Replaces the line at the specified index.
Implementation
void replaceLine(AFCommandContext context, int idx, String value) {
lines[idx] = value;
}
Replaces the line at the specified index.
void replaceLine(AFCommandContext context, int idx, String value) {
lines[idx] = value;
}