class ICCommonCallback { final void Function(dynamic value) callBack; ICCommonCallback({required this.callBack}); }