ReactiveBlock constructor
ReactiveBlock(
- void _reactiveBlockFunc(
- ReactiveBlockRef ref
Creates the block and runs _reactiveBlockFunc once, immediately.
Implementation
ReactiveBlock(this._reactiveBlockFunc) {
_runReactiveBlock();
}