importModelFromPath abstract method
Imports a model directory the app already owns (e.g. a finished download in private storage) without going through the SAF picker.
Implementation
Future<MnnModelInfo> importModelFromPath(
String directoryPath, {
required bool replaceExisting,
});