embedderRef<CustomOptions> function

EmbedderRef<CustomOptions> embedderRef<CustomOptions>(
  1. String name, {
  2. SchemanticType<CustomOptions>? customOptions,
})

Implementation

EmbedderRef<CustomOptions> embedderRef<CustomOptions>(
  String name, {
  SchemanticType<CustomOptions>? customOptions,
}) {
  return _EmbedderRef<CustomOptions>(name, customOptions);
}