bindAccount method

Future<Map> bindAccount(
  1. String account
)

绑定账号

Implementation

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