unsubscribe
abstract fun unsubscribe(@ObjCName(name = "printingListener") listener: PrintingStatusSubscription.Listener)
Unsubscribes the listener from receiving state change updates.
PosLink specifics:
Removing the last listener will cause the SDK to stop the update flow connection with the server.
Parameters
listener
The listener to be removed.