isModelAvailable method

Future<bool> isModelAvailable()

Checks if the ML model is available on Android. Always returns true on iOS (model is bundled with the system).

Implementation

Future<bool> isModelAvailable() {
  throw UnimplementedError('isModelAvailable() has not been implemented.');
}