listen method
@deprecated Use the observe() instead.
Implementation
@Deprecated('Use the observe() instead.')
Stream<String> listen({String? key}) {
assert(_key != null);
return _decorator.listen(key: key);
}
@deprecated Use the observe() instead.
@Deprecated('Use the observe() instead.')
Stream<String> listen({String? key}) {
assert(_key != null);
return _decorator.listen(key: key);
}