fetchLoggedInUserAttributes method

Future<Map<String, dynamic>> fetchLoggedInUserAttributes()

Retrieve the details of the currently logged in user.

Implementation

Future<Map<String, dynamic>> fetchLoggedInUserAttributes() {
  return IntercomFlutterPlatform.instance.fetchLoggedInUserAttributes();
}