clearData static method

Future<void> clearData()

Implementation

static Future<void> clearData() {
  return _options.clearData();
}