printToBuffer method

Future<String?> printToBuffer()

Implementation

Future<String?> printToBuffer() {
  return IosbluetoothconnectorPlatform.instance.printToBuffer();
}