HiveFlutterKitWeb class

A web implementation of the HiveFlutterKitPlatform of the HiveFlutterKit plugin.

Inheritance

Constructors

HiveFlutterKitWeb.new()

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

addAccountAuthority(String account, String keyType, int weight) Future<String>
override
broadcastOperationWithPrivatePostingKey(dynamic operationRequest, String privateKey) Future
override
claimRewards() Future<String>
inherited
comment(String parentAuthor, String parentPermlink, String permlink, String title, String body, Map<String, dynamic> jsonMetadata) Future<String>
override
commentWithOptions(String parentAuthor, String parentPermlink, String permlink, String title, String body, String jsonMetadata, String options) Future<String>
override
deleteComment(String permlink) Future<String>
override
follow(String author, bool followFlag) Future<String>
override
getAccountHistory(String account, {int index = -1, int limit = 1000, String? start, String? stop}) Future<List<AccountHistoryOp>>
override
getAccountPosts(String username, String by, {required int limit, String? startAuthor, String? startPermlink, String? observer}) Future<List<Discussion>>
override
getAccounts(List<String> usernames) Future<List<Account>>
override
getActiveVotes(String author, String permlink) Future<List<ActiveVote>>
override
getChainProperties() Future<ChainProperties>
override
getCommentsList(String author, String permlink) Future<List<Discussion>>
override
getCommunitySubscribers(String community, {int limit = 100, String? last}) Future<List<CommunitySubscriber>>
override
getContent({required String author, required String permlink}) Future<ContentModel?>
override
getCurrentUser() Future<String>
override
getDiscussions(String by, {required int limit, String tag = '', String? startAuthor, String? startPermlink, String? observer}) Future<List<Discussion>>
override
getFollowersData(String username, {String? start = '', String? type = 'blog', int? limit = 1000}) Future<FollowersData>
override
getFollowingsData(String username, {String? start = '', String? type = 'blog', int? limit = 1000}) Future<FollowingsData>
override
getFullWalletData(String username) Future<WalletData>
override
getListOfCommunities(String? query, {int limit = 20, String? last, String? observer}) Future<List<CommunityItem>>
override
getOtherLogins() Future<List<String>>
override
getPlatformVersion() Future<String?>
inherited
getProposals({List start = const [-1], int limit = 500, String order = 'by_total_votes', String orderDirection = 'descending', String status = 'votable'}) Future<List<Proposal>>
override
getQrString() Future<String>
override
getResourceCredits(String username) Future<ResourceCredits>
override
getVotingPower(String username) Future<VotingPower>
override
getWitnessesByVote({String startAt = "", int limit = 60}) Future<List<Account>>
override
getWitnessVotesData(String username) Future<WitnessVotesData>
override
hasThreespeakInAccountAuths(String username) Future<bool>
override
isHiveKeychainAvailable() Future<bool>
override
loginWithHiveAuth(String username, String proof) Future<LoginModel>
override
loginWithKeychain(String username, String proof) Future<LoginModel>
override
loginWithPlaintextKey(String username, String postingKey, String proof) Future<LoginModel>
override
logout() Future<String>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImageWithMaxSize(int maxDimension, String uploadUrlSever) Future<UploadResponse>
inherited
reblog(String author, String permlink, bool reblogFlag) Future<String>
override
removeAccountAuthority(String account, String keyType) Future<String>
override
removeOtherLogin(String userId) Future<String>
override
signAndBroadcastTx(dynamic operationRequest, String keyType) Future
override
signMessage(String message, String keyType) Future<String>
override
singleVote(String author, String permlink, int weight) Future<String>
override
subscribeUnsubscribeToCommunity(String communityId, bool subscribe) Future<String>
override
switchUser(String userId) Future<bool>
override
toString() String
A string representation of this object.
inherited
transfer(String recipient, double amount, String assetSymbol, String? memo) Future<String>
override
uploadImage({required Uint8List imageBytes, required String fileName, required String token, required String uploadUrlSever}) Future<UploadResponse>
inherited

Operators

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

Static Methods

registerWith(Registrar registrar) → void
Constructs a HiveFlutterKitWeb