InstagramOpenProfileAction class

An action to open a specific profile in the Instagram app.

This class extends Instagram and implements multiple interfaces to provide comprehensive functionality for opening profiles with fallback support.

Inheritance
Implemented types

Constructors

InstagramOpenProfileAction.new({required String username, required bool fallbackToStore})
Creates a new InstagramOpenProfileAction instance.

Properties

androidPackageName String
The Android package name for the Instagram app.
no setterinherited
The app link URL for opening the specified profile in the Instagram app.
no setteroverride
customScheme String
The custom URL scheme for the Instagram app.
no setterinherited
The fallback link to use when the Instagram app cannot be opened.
no setteroverride
fallbackToStore bool
Whether to automatically redirect to app stores when the Instagram app is not installed.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
macosBundleIdentifier String?
The MacOS bundle identifier for the Instagram app.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeActions List<StoreOpenAppPageAction>
A list of actions to open the Instagram app's page in various app stores.
no setterinherited
supportedPlatforms List<PlatformType>
The platforms that the Instagram app supports.
no setterinherited
username String
The username of the profile to open.
final
website Uri
The web URL for Instagram.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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