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