Downloads the ML model on Android. No-op on iOS (model is bundled with the system).
Future<bool> downloadModel() { throw UnimplementedError('downloadModel() has not been implemented.'); }