BloomMountHandle constructor
BloomMountHandle(
- Element _root,
- List<
void Function()> _disposers
Creates a BloomMountHandle for _root holding the given _disposers cleanup functions.
Implementation
BloomMountHandle(this._root, this._disposers);