setCounterPreferences method

Future<void> setCounterPreferences({
  1. required SMKitCounterPreferences counterPreferences,
  2. void onHandle(
    1. SMKitStatus
    )?,
})

Implementation

Future<void> setCounterPreferences({
  required SMKitCounterPreferences counterPreferences,
  void Function(SMKitStatus)? onHandle,
}) {
  throw UnimplementedError(
      'setCounterPreferences() has not been implemented');
}