upsertLearningHistory method

  1. @override
Future<void> upsertLearningHistory(
  1. LearningHistory history
)
override

Implementation

@override
Future<void> upsertLearningHistory(LearningHistory history) async {
  await Future<void>.delayed(
    const Duration(milliseconds: 300),
  );
}