flush method

void flush(
  1. String? appId
)

Implementation

void flush(String? appId) {
  membershipDashboardRepository(appId)!.flush();
}