getData method

T getData(
  1. BuildContext context
)

Implementation

T getData(BuildContext context) => getStream(context).value;