On this page
addFromUri method
void addFromUri(Source
void addFromUri(String src, [num weight]) {
if (weight != null) {
_blink.BlinkSpeechGrammarList.instance
.addFromUri_Callback_2_(this, src, weight);
return;
}
_blink.BlinkSpeechGrammarList.instance.addFromUri_Callback_1_(this, src);
return;
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/SpeechGrammarList/addFromUri.html