empty<T> static method
Creates a subject without an initial value.
Implementation
static CurrentValueSubject<T> empty<T>() => CurrentValueSubject._(initialValue: null);
Creates a subject without an initial value.
static CurrentValueSubject<T> empty<T>() => CurrentValueSubject._(initialValue: null);