refresh method

void refresh(
  1. String cId, {
  2. VoidCallback? f,
})
inherited

Implementation

void refresh(String cId, {VoidCallback? f}) {
  f?.call();
  findCallout<OverlayEntry>(cId)?.markNeedsBuild();
}