etebase_account_fetch_dashboard_url method

Pointer<Char> etebase_account_fetch_dashboard_url(
  1. Pointer<EtebaseAccount> this_
)

Fetch the link to the user dashboard of the account

@param this_ the object handle

Implementation

ffi.Pointer<ffi.Char> etebase_account_fetch_dashboard_url(
  ffi.Pointer<EtebaseAccount> this_,
) {
  return _etebase_account_fetch_dashboard_url(
    this_,
  );
}