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