ReactiveBlock constructor

ReactiveBlock(
  1. void _reactiveBlockFunc(
    1. ReactiveBlockRef ref
    )
)

Creates the block and runs _reactiveBlockFunc once, immediately.

Implementation

ReactiveBlock(this._reactiveBlockFunc) {
  _runReactiveBlock();
}