createState method

  1. @override
State<StreamBuilderBase<T, AsyncSnapshot<T>>> createState()
inherited

Creates the mutable state for this widget at a given location in the tree.

Implementation

@override
State<StreamBuilderBase<T, S>> createState() =>
    _StreamBuilderBaseState<T, S>();