setShowLoading abstract method

void setShowLoading(
  1. bool flag, {
  2. PlutoGridLoadingLevel level = PlutoGridLoadingLevel.grid,
  3. bool notify = true,
})
inherited

Implementation

void setShowLoading(
  bool flag, {
  PlutoGridLoadingLevel level = PlutoGridLoadingLevel.grid,
  bool notify = true,
});