Refreshes the custom data for a this User.
Future<dynamic> refreshCustomData() async { await realmCore.userRefreshCustomData(app, this); return customData; }