etebase_account_fetch_dashboard_url method
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_,
);
}