setAttemptSettings method
Implementation
@override
Future<void> setAttemptSettings(int singleCount, int commonCount) {
return methodChannel.invokeMethod('attemptSettings',
{'singleCount': singleCount, 'commonCount': commonCount});
}
@override
Future<void> setAttemptSettings(int singleCount, int commonCount) {
return methodChannel.invokeMethod('attemptSettings',
{'singleCount': singleCount, 'commonCount': commonCount});
}