remove method

Future<String> remove()

Implementation

Future<String> remove() async {
  return await options.remove();
}