decodeSystemMessage_Pre method
Future<DecodeSystemMessageResponse>
decodeSystemMessage_Pre(
- ServiceCall call,
- Future<
DecodeSystemMessageRequest> request
Implementation
$async.Future<$0.DecodeSystemMessageResponse> decodeSystemMessage_Pre(
$grpc.ServiceCall call,
$async.Future<$0.DecodeSystemMessageRequest> request) async {
return decodeSystemMessage(call, await request);
}