print method

dynamic print(
  1. dynamic callback(
    1. LioResponse response
    )
)

Implementation

print(Function(LioResponse response) callback) {
  _queueManager!.print(callback);
}