add abstract method

Future<int> add(
  1. E value
)

Add a value to the box

Implementation

Future<int> add(E value);