setShowStoreAlertOnFulFillingCriteria method

Future<void> setShowStoreAlertOnFulFillingCriteria(
  1. bool isShow
)

Implementation

Future<void> setShowStoreAlertOnFulFillingCriteria(bool isShow) async {
  throw UnimplementedError(
      '`setShowStoreAlertOnFulFillingCriteria` is not implemented');
}