viewStatistics_Pre method

Future<ProjectStatistics> viewStatistics_Pre(
  1. ServiceCall $call,
  2. Future<IdentifierUUID> $request
)

Implementation

$async.Future<$0.ProjectStatistics> viewStatistics_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$1.IdentifierUUID> $request) async {
  return viewStatistics($call, await $request);
}