ReactiveBlock constructor

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

Implementation

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