getBox<T> method

Box<T> getBox<T>()

Implementation

Box<T> getBox<T>() => Box<T>(store);