etebase_user_set_email method
Set the email address
@param this_ the object handle @param email the user's email address
Implementation
void etebase_user_set_email(
ffi.Pointer<EtebaseUser> this_,
ffi.Pointer<ffi.Char> email,
) {
return _etebase_user_set_email(
this_,
email,
);
}