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