flush method
Implementation
void flush(String? appId) {
followingRepository(appId)!.flush();
followingDashboardRepository(appId)!.flush();
followRequestRepository(appId)!.flush();
followRequestsDashboardRepository(appId)!.flush();
inviteDashboardRepository(appId)!.flush();
}