isAnyModelInstalled abstract method

Future<bool> isAnyModelInstalled(
  1. ModelManagementType type
)

Checks if ANY model of the given type is installed

Implementation

Future<bool> isAnyModelInstalled(ModelManagementType type);