installModelFromAssetWithProgress abstract method

  1. @Deprecated('Use FlutterGemma.installModel().fromAsset().withProgress() instead')
Stream<int> installModelFromAssetWithProgress(
  1. String path, {
  2. String? loraPath,
})

Legacy API: Installs model from Flutter assets with progress tracking (debug only)

Implementation

@Deprecated(
  'Use FlutterGemma.installModel().fromAsset().withProgress() instead',
)
Stream<int> installModelFromAssetWithProgress(
  String path, {
  String? loraPath,
});