verify method

Future<bool> verify()

Manually verify the integrity of the item

This is also done automatically by the API

@param this_ the object handle

Implementation

Future<bool> verify() => _isolate.invoke<bool>(
      #etebase_item_verify,
      <dynamic>[_pointer.address],
    );