write method

void write(
  1. int file,
  2. String text
)

Implementation

void write(int file, String text) => obj.write(file, text);