startCustomizedAssessment method
Future<void>
startCustomizedAssessment({})
Implementation
Future<void> startCustomizedAssessment({
required SMKitWorkout assessment,
bool showSummary = false,
Map<String, dynamic>? userData,
Map<String, dynamic>? modifications,
void Function(SMKitStatus)? onHandle,
}) {
throw UnimplementedError(
'startCustomAssessment() has not been implemented');
}