remindLabel method
Implementation
String? remindLabel(IFactMetaDate metaDate) {
// if (metaDate.path == CongregantPaths.startDate) {
// return "joined a church";
// } else if (metaDate.path == CongregantPaths.endDate) {
// return "left their church";
// }
return null;
}