preloadModel method

Future<void> preloadModel(
  1. String modelId
)

Compile / warm the model. Default no-op so test mocks don't need to stub.

Implementation

Future<void> preloadModel(String modelId) async {}