setModelPath abstract method

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

Legacy API: Sets direct path to existing model files

Implementation

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