getAppContent_Pre method
Future<GetAppContentResponse>
getAppContent_Pre(
- ServiceCall call,
- Future<
GetAppContentRequest> request
Implementation
$async.Future<$11.GetAppContentResponse> getAppContent_Pre($grpc.ServiceCall call, $async.Future<$11.GetAppContentRequest> request) async {
return getAppContent(call, await request);
}