getFinalPayload method
Retrieves the final payload including both original and encrypted data.
Note: This method should only be called after setFinalPayload has been used to set the encrypted payload data.
Returns: A map containing the complete message payload ready for transmission
Implementation
Map<String, dynamic> getFinalPayload() {
return _finalSendPayload;
}