put method

  1. @override
T put(
  1. T value
)
override

put value to _subject

Implementation

@override
T put(T value) => putWithLogging(value);