print method
Implementation
print(Function(LioResponse code) callback) async {
this.callback = callback;
await _invokeMethodPrint(_queue!.first);
}
print(Function(LioResponse code) callback) async {
this.callback = callback;
await _invokeMethodPrint(_queue!.first);
}