HiveFlutterKitPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • HiveFlutterKitPlatform
Implementers

Constructors

HiveFlutterKitPlatform()
Constructs a HiveFlutterKitPlatform.

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>
claimRewards() Future<String>
comment(String parentAuthor, String parentPermlink, String permlink, String title, String body, Map<String, dynamic> jsonMetadata) Future<String>
commentWithOptions(String parentAuthor, String parentPermlink, String permlink, String title, String body, String jsonMetadata, String options) Future<String>
computeSha256(Uint8List data) String
deleteComment(String permlink) Future<String>
follow(String author, bool followFlag) Future<String>
getAccountPosts(String username, String by, {required int limit, String? startAuthor, String? startPermlink, String? observer}) Future<List<Discussion>>
getAccounts(List<String> usernames) Future<List<Account>>
getChainProperties() Future<ChainProperties>
getCommentsList(String author, String permlink) Future<List<Discussion>>
getCurrentUser() Future<String>
getDiscussions(String by, {required int limit, String tag = '', String? startAuthor, String? startPermlink, String? observer}) Future<List<Discussion>>
getListOfCommunities(String? query, {int limit = 20, String? last, String? observer}) Future<List<CommunityItem>>
getOtherLogins() Future<List<String>>
getPlatformVersion() Future<String?>
getQrString() Future<String>
getResourceCredits(String username) Future<ResourceCredits>
getVotingPower(String username) Future<VotingPower>
hasThreespeakInAccountAuths(String username) Future<bool>
loginWithHiveAuth(String username, String proof) Future<LoginModel>
loginWithKeychain(String username, String proof) Future<LoginModel>
loginWithPlaintextKey(String username, String postingKey, String proof) Future<LoginModel>
logout() Future<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pickImageWithMaxSize(int maxDimension, String uploadUrlSever) Future<Map<String, dynamic>>
reblog(String author, String permlink, bool reblogFlag) Future<String>
removeAccountAuthority(String account, String keyType) Future<String>
removeOtherLogin(String userId) Future<String>
signAndBroadcastTx(dynamic operationRequest, String keyType) Future
signMessage(String message, String keyType) Future<String>
singleVote(String author, String permlink, int weight) Future<String>
switchUser(String userId) Future<bool>
toBase64(String input) String
toString() String
A string representation of this object.
inherited
uploadImage({required Uint8List imageBytes, required String fileName, required String token, required String uploadUrlSever}) Future<Map<String, dynamic>>

Operators

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

Static Properties

instance HiveFlutterKitPlatform
The default instance of HiveFlutterKitPlatform to use.
getter/setter pair