Retrieve the details of the currently logged in user.
Future<Map<String, dynamic>> fetchLoggedInUserAttributes() { return IntercomFlutterPlatform.instance.fetchLoggedInUserAttributes(); }