installModelFromAsset abstract method

Future<void> installModelFromAsset(
  1. String path, {
  2. String? loraPath,
})

Installs model from Flutter assets (debug only)

Implementation

Future<void> installModelFromAsset(String path, {String? loraPath});