menu
temi package
documentation
temi_platform_interface.dart
TemiPlatform
speak method
speak method
dark_mode
light_mode
speak
method
Future
<
bool
>
speak
(
String
text
)
Implementation
Future<bool> speak(String text) { throw UnimplementedError('speak() has not been implemented.'); }
temi package
documentation
temi_platform_interface
TemiPlatform
speak method
TemiPlatform class