IExplorerService class abstract
- Implementers
Constructors
Properties
- canPaginate → bool
-
no setter
-
excludedWalletIds
↔ Set<
String> ? -
If excludedWalletIds is set wallets from this list are going to be excluded
getter/setter pair
-
featuredWalletIds
↔ Set<
String> ? -
If featuredWalletIds is set wallets from this list are going to be prioritized in the results
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
includedWalletIds
↔ Set<
String> ? -
If includedWalletIds is set only wallets from this list are going to be shown
getter/setter pair
-
initialized
↔ ValueNotifier<
bool> -
getter/setter pair
-
isSearching
↔ ValueNotifier<
bool> -
getter/setter pair
-
listings
↔ ValueNotifier<
List< W3MWalletInfo> > -
getter/setter pair
- projectId → String
-
The project ID used when querying the explorer API.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchValue → String
-
no setter
-
totalListings
↔ ValueNotifier<
int> -
getter/setter pair
Methods
-
getAssetImageUrl(
String imageId) → String - Given an imageId it return the chain icon from our services
-
getCoinbaseWalletObject(
) → Future< W3MWalletInfo?> -
getConnectedWallet(
) → W3MWalletInfo? - Get connected wallet data from local storage
-
getWalletImageUrl(
String imageId) → String - Given an imageId it return the wallet app icon from our services
-
getWalletRedirect(
W3MWalletInfo? walletInfo) → WalletRedirect? - Gets the WalletRedirect object from a wallet info data
-
init(
) → Future< void> - Init service
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
paginate(
) → Future< void> - paginate subsequent wallets
-
search(
{String? query}) → void - search for a wallet
-
storeConnectedWallet(
W3MWalletInfo? walletInfo) → Future< void> - update the recently used position to the top list
-
storeRecentWalletId(
String? walletId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited