TwitterOEmbedApi class abstract

Constructors

TwitterOEmbedApi()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publishEmbeddedTimeline({required String screenName, String? listName, int? limit, int? maxWidth, int? maxHeight, bool? omitScript, ContentLanguage? lang, List<String>? relatedScreenNames, ContentTheme? theme, String? borderColor, TimelineWidgetType? widgetType, bool? dnt}) Future<EmbeddedTimeline>
Converts the specified timeline to Embedded Content format.
publishEmbeddedTweet({required String tweetId, int? maxWidth, bool? hideMedia, bool? hideThread, bool? omitScript, ContentAlign? align, List<String>? relatedScreenNames, ContentLanguage? lang, ContentTheme? theme, String? linkColor, TweetWidgetType? widgetType, bool? dnt}) Future<EmbeddedTweet>
Converts the specified tweet to Embedded Content format.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited