defaultOfficialModel static method
Returns the default official model ID for task on the current platform.
Implementation
static String? defaultOfficialModel({YOLOTask task = YOLOTask.detect}) =>
YOLOModelResolver.defaultOfficialModel(task: task);