write static method

void write(
  1. String? content
)

Implementation

static void write(String? content) {
  init();
  _adapter.write(content);
}