getRobotMetadata_Pre method

Future<GetRobotMetadataResponse> getRobotMetadata_Pre(
  1. ServiceCall call,
  2. Future<GetRobotMetadataRequest> request
)

Implementation

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