dispose method
Release service resources.
Implementation
Future<void> dispose() async {
await _errorStreamSubscription?.cancel();
return _channel.invokeMethod<void>('speechService.destroy');
}
Release service resources.
Future<void> dispose() async {
await _errorStreamSubscription?.cancel();
return _channel.invokeMethod<void>('speechService.destroy');
}