HiveFlutterKitWeb class
A web implementation of the HiveFlutterKitPlatform of the HiveFlutterKit plugin.
- Inheritance
-
- Object
- PlatformInterface
- HiveFlutterKitPlatform
- HiveFlutterKitWeb
Constructors
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
-
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
-
computeSha256(
Uint8List data) → String -
inherited
-
deleteComment(
String permlink) → Future< String> -
override
-
follow(
String author, bool followFlag) → Future< String> -
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
-
getChainProperties(
) → Future< ChainProperties> -
override
-
getCommentsList(
String author, String permlink) → Future< List< Discussion> > -
override
-
getCurrentUser(
) → Future< String> -
override
-
getDiscussions(
String by, {required int limit, String tag = '', String? startAuthor, String? startPermlink, String? observer}) → Future< List< Discussion> > -
override
-
getListOfCommunities(
String? query, {int limit = 20, String? last, String? observer}) → Future< List< CommunityItem> > -
override
-
getOtherLogins(
) → Future< List< String> > -
override
-
getPlatformVersion(
) → Future< String?> -
inherited
-
getQrString(
) → Future< String> -
override
-
getResourceCredits(
String username) → Future< ResourceCredits> -
override
-
getVotingPower(
String username) → Future< VotingPower> -
override
-
hasThreespeakInAccountAuths(
String username) → 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< Map< String, dynamic> > -
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
-
switchUser(
String userId) → Future< bool> -
override
-
toBase64(
String input) → String -
inherited
-
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> > -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
registerWith(
Registrar registrar) → void - Constructs a HiveFlutterKitWeb