add method

Future add()

Implementation

Future add() async {
  return options.add();
}