downloadModel method

Future<bool> downloadModel()

Downloads the ML model on Android. No-op on iOS (model is bundled with the system).

Implementation

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