Removes an APDU response from the specified port
@override Future<void> removeApduResponse(int port) async { await methodChannel.invokeMethod( 'removeApduResponse', {'port': port}, ); }