lookupProfileBannerByName abstract method

Future<TwitterResponse<ProfileBannerVariantsData, void>> lookupProfileBannerByName({
  1. required String username,
})

Returns a map of the available size variations of the specified user's profile banner.

The profile banner data available at each size variant's URL is in PNG format.

Parameters

  • username: The screen name of the user for whom to return results.

Endpoint Url

Authentication Methods

  • OAuth 1.0a

Reference

Implementation

Future<TwitterResponse<ProfileBannerVariantsData, void>>
    lookupProfileBannerByName({
  required String username,
});