BloomMountHandle constructor

BloomMountHandle(
  1. Element _root,
  2. List<void Function()> _disposers
)

Creates a BloomMountHandle for _root holding the given _disposers cleanup functions.

Implementation

BloomMountHandle(this._root, this._disposers);