isModelInstalled property

Future<bool> get isModelInstalled

Whether the model is installed (i.e. downloaded, copied from assets or path to the file is set manually) and ready to be initialized and used.

Implementation

Future<bool> get isModelInstalled;