clearModel method

Future<bool> clearModel()

Requests release of the downloaded Android ML model.

This is a best-effort request delegated to Google Play services and does not guarantee immediate removal. No-op on iOS.

Implementation

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