dispose static method
Implementation
static Future<void> dispose() async {
await _changedController.close();
await _clearedController.close();
}
static Future<void> dispose() async {
await _changedController.close();
await _clearedController.close();
}