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