getChildSpaces_Pre method

Future<GetChildSpacesResponse> getChildSpaces_Pre(
  1. ServiceCall $call,
  2. Future<GetChildSpacesRequest> $request
)

Implementation

$async.Future<$0.GetChildSpacesResponse> getChildSpaces_Pre(
    $grpc.ServiceCall $call,
    $async.Future<$0.GetChildSpacesRequest> $request) async {
  return getChildSpaces($call, await $request);
}