dispose method

Future<void> dispose()

Releases native resources held by the currently loaded model.

See OnDeviceAi.dispose for full documentation.

Implementation

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