exitTransactionPrint static method
- @Deprecated('This method will be removed in a future version. ')
- bool trans
exitTransactionPrint 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?> exitTransactionPrint(bool trans) async {
return null;
}