installModelFromAsset abstract method

  1. @Deprecated('Use FlutterGemma.installModel().fromAsset() instead')
Future<void> installModelFromAsset(
  1. String path, {
  2. String? loraPath,
})

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

Implementation

@Deprecated('Use FlutterGemma.installModel().fromAsset() instead')
Future<void> installModelFromAsset(String path, {String? loraPath});