getUid method

Future<String> getUid()

The UID of the item

@param this_ the object handle

Implementation

Future<String> getUid() => _isolate.invoke<String>(
      #etebase_item_get_uid,
      <dynamic>[_pointer.address],
    );