printLineFeed method

Future<String?> printLineFeed()

Implementation

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