configure method

Future<bool?> configure({
  1. required String key,
  2. SmKitPoseModelChoice poseModelChoice = SmKitPoseModelChoice.adaptiveChoice,
  3. bool includesHighlights = false,
  4. void onHandle(
    1. SMKitStatus
    )?,
})

Implementation

Future<bool?> configure({
  required String key,
  SmKitPoseModelChoice poseModelChoice = SmKitPoseModelChoice.adaptiveChoice,
  bool includesHighlights = false,
  void Function(SMKitStatus)? onHandle,
}) {
  throw UnimplementedError('configure() has not been implemented');
}