startTransactionPrint static method
- @Deprecated('This method will be removed in a future version. ')
- bool trans
startTransaction the printer.
Deprecated: This method will be removed in a future version.
Returns null
.
Implementation
@Deprecated('This method will be removed in a future version. ')
static Future<String?> startTransactionPrint(bool trans) async {
return null;
}