getUserSchema method
ResponseFuture<GetUserSchemaResponse>
getUserSchema(
- GetUserSchemaRequest request, {
- 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);
}