ensureModelReady abstract method

  1. @Deprecated('Use ensureModelReadyFromSpec with ModelSource instead')
Future<void> ensureModelReady(
  1. String filename,
  2. String url
)

Legacy API: Ensures a model is ready for use, handling all necessary operations

Implementation

@Deprecated('Use ensureModelReadyFromSpec with ModelSource instead')
Future<void> ensureModelReady(String filename, String url);