refreshCommon method

dynamic refreshCommon(
  1. dynamic appData,
  2. dynamic context
)

Implementation

refreshCommon(appData, context) {
  myLogAll('refreshCommon');
  myNotifyListeners();
}