Single<T> constructor

Single<T>(
  1. T createInstance()
)

Implementation

Single(final T Function() createInstance) : super(createInstance);