getModelFilePaths abstract method

Future<Map<String, String>?> getModelFilePaths(
  1. ModelSpec spec
)

Gets the file paths for an installed model

Implementation

Future<Map<String, String>?> getModelFilePaths(ModelSpec spec);