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