installModelFromAssetWithProgress abstract method
- @Deprecated('Use FlutterGemma.installModel().fromAsset().withProgress() instead')
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,
});