writeText method

Future<bool> writeText(
  1. String text
)

Implementation

Future<bool> writeText(String text) async {
  throw UnimplementedError('writeText() has not been implemented.');
}