unbindAccount method

Future<Map> unbindAccount()

解绑账号

Implementation

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