dispose method
Implementation
@mustCallSuper
Future<void> dispose() async {
await _streamSubscription?.cancel();
await validationController.close();
await valueController.close();
}
@mustCallSuper
Future<void> dispose() async {
await _streamSubscription?.cancel();
await validationController.close();
await valueController.close();
}