replaceLine method

void replaceLine(
  1. AFCommandContext context,
  2. int idx,
  3. String value
)

Implementation

void replaceLine(AFCommandContext context, int idx, String value) {
  buffer.replaceLine(context, idx, value);
}