getInstalledModels abstract method

Future<List<String>> getInstalledModels(
  1. ModelManagementType type
)

Gets all installed models for a specific type

Implementation

Future<List<String>> getInstalledModels(ModelManagementType type);