setAttemptSettings method

Future<void> setAttemptSettings(
  1. int singleCount,
  2. int commonCount
)

Implementation

Future<void> setAttemptSettings(int singleCount, int commonCount) async {
  throw UnimplementedError('attemptSettings() has not been implemented.');
}