InvocationPayload typedef
InvocationPayload = ({List? arguments, Map<String, dynamic> ? argumentsKeywords, int? caller, Map<String, dynamic> ? customDetails, bool Function() isResponseClosed, String? pptCipher, String? pptKeyId, String? pptScheme, String? pptSerializer, String? procedure, bool progress, bool receiveProgress, int registrationId, int requestId, InvocationPayloadResponder respondWith, int? timeout})
Implementation
typedef InvocationPayload = ({
int requestId,
int registrationId,
int? caller,
String? procedure,
bool progress,
int? timeout,
bool receiveProgress,
String? pptScheme,
String? pptSerializer,
String? pptCipher,
String? pptKeyId,
Map<String, dynamic>? customDetails,
List<dynamic>? arguments,
Map<String, dynamic>? argumentsKeywords,
InvocationPayloadResponder respondWith,
bool Function() isResponseClosed,
});