BlaccountFlutterPlugin class

Constructors

BlaccountFlutterPlugin()

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

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

Static Properties

platformVersion Future<String?>
no setter

Static Methods

bandThirdParty(String thirdtype, String thirdid, String accesstoken) Future<String?>
deleteAccount(String account, String countryCode, String vcode) Future<String?>
deleteAllFamilyData(String familyId, String countryCode) Future<String?>
fastLogin(String account, String countryCode, String vcode) Future<String?>
init() Future<bool?>
localLogin(String loginSession, String userId) Future<String?>
login(String account, String password) Future<String?>
modifyEmial(String email, String vcode, String password) Future<String?>
modifyIcon(String filePath) Future<String?>
modifyNickname(String nickname) Future<String?>
modifyPassword(String oldPassword, String newPassword) Future<String?>
modifyPhone(String phone, String countryCode, String vcode, String password) Future<String?>
queryUsersInfo(String data) Future<String?>
regist(String data) Future<String?>
resetPwd(String account, String vcode, String password) Future<String?>
sendDestoryAccountCode(String account, String countryCode) Future<String?>
sendEmailRegVCode(String email) Future<String?>
sendFasetLoginVCode(String account, String countryCode) Future<String?>
sendModifyEmialVCode(String email) Future<String?>
sendModifyPhoneVCode(String phone, String countryCode) Future<String?>
sendPhoneRegVCode(String phone, String countryCode) Future<String?>
sendResetPwdVCode(String account) Future<String?>
unbandThirdParty(String thirdtype, String thirdid, String topsign) Future<String?>