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