write abstract method

void write(
  1. String? data
)

Implementation

void write(
  final String? data,
);