delete method

Future<bool> delete()

Implementation

Future<bool> delete() async {
  return _instance.deleteObject(KEY_OBJECT);
}