getTargetPath abstract method

Future<String> getTargetPath(
  1. String filename
)

Gets the target path for storing a model file with given filename

This returns the full path where the file should be stored, typically in the app's documents directory

Example: '/data/data/com.app/files/model.bin'

Implementation

Future<String> getTargetPath(String filename);