bindAccount method

Future<void> bindAccount(
  1. String account
)

绑定账号

Implementation

Future<void> bindAccount(String account) async {
  throw UnimplementedError('bindAccount() has not been implemented.');
}