refreshList method

void refreshList()

Implementation

void refreshList(){
  if(_refreshListCallback != null) _refreshListCallback!();
}