call method

void call(
  1. dynamic text
)

Implementation

void call(dynamic text) => buffer.writeln(text);