getRobotMetadata_Pre method
- ServiceCall call,
- Future<
GetRobotMetadataRequest> request
Implementation
$async.Future<$11.GetRobotMetadataResponse> getRobotMetadata_Pre($grpc.ServiceCall call, $async.Future<$11.GetRobotMetadataRequest> request) async {
return getRobotMetadata(call, await request);
}