Determine if a user is currently logged in to Intercom.
Future<bool> isUserLoggedIn() { return IntercomFlutterPlatform.instance.isUserLoggedIn(); }