empty<T> static method

CurrentValueSubject<T> empty<T>()

Creates a subject without an initial value.

Implementation

static CurrentValueSubject<T> empty<T>() => CurrentValueSubject._(initialValue: null);