installModelFromAsset abstract method
- @Deprecated('Use FlutterGemma.installModel().fromAsset() instead')
Legacy API: Installs model from Flutter assets (debug only)
Implementation
@Deprecated('Use FlutterGemma.installModel().fromAsset() instead')
Future<void> installModelFromAsset(String path, {String? loraPath});