refreshCustomData method

Future refreshCustomData()

Refreshes the custom data for a this User.

Implementation

Future<dynamic> refreshCustomData() async {
  await app.handle.refreshCustomData(handle);
  return customData;
}