getUserSchema method

ResponseFuture<GetUserSchemaResponse> getUserSchema(
  1. GetUserSchemaRequest request, {
  2. CallOptions? options,
})

User schema by ID

Returns the user schema identified by the requested ID.

Implementation

$grpc.ResponseFuture<$0.GetUserSchemaResponse> getUserSchema(
  $0.GetUserSchemaRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getUserSchema, request, options: options);
}