addLineBeforeIndex method
Adds a single line before the specified index.
Implementation
void addLineBeforeIndex(AFCommandContext context, int idx, String line) {
lines.insert(idx, line);
}
Adds a single line before the specified index.
void addLineBeforeIndex(AFCommandContext context, int idx, String line) {
lines.insert(idx, line);
}