FetchUser
Fetches the current user's object.
_8MirrorSDK.FetchUser(email, (response) =>_8{_8 long resCode = response.Code;_8 UserResponse details = response.Data;_8 string error = response.Error;_8 string message = response.Message;_8 string status = response.Status;_8});
Edit this page on GitHub