printTab method

Future<String?> printTab()

Implementation

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