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