exitTransactionPrint static method

  1. @Deprecated('This method will be removed in a future version. ')
Future<String?> exitTransactionPrint(
  1. 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;
}