downloadModel method

Triggers the on-device model download for feature (if one is needed) and streams progress updates until it completes or fails.

Implementation

Stream<EdgeGenAIDownloadProgress> downloadModel(EdgeGenAIFeature feature) {
  throw UnimplementedError('downloadModel() has not been implemented.');
}