createUserSchema method
ResponseFuture<CreateUserSchemaResponse>
createUserSchema(
- CreateUserSchemaRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.CreateUserSchemaResponse> createUserSchema($0.CreateUserSchemaRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$createUserSchema, request, options: options);
}