getAppContent_Pre method

Future<GetAppContentResponse> getAppContent_Pre(
  1. ServiceCall call,
  2. Future<GetAppContentRequest> request
)

Implementation

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