refreshCustomData method

Future refreshCustomData()

Refreshes the custom data for a this User.

Implementation

Future<dynamic> refreshCustomData() async {
  await realmCore.userRefreshCustomData(app, this);
  return customData;
}