queryActiveRecoveryAttempts method
Implementation
Future<List?> queryActiveRecoveryAttempts(
String address, List<String> addressNew) async {
final res = await service.queryActiveRecoveryAttempts(address, addressNew);
return res;
}
Future<List?> queryActiveRecoveryAttempts(
String address, List<String> addressNew) async {
final res = await service.queryActiveRecoveryAttempts(address, addressNew);
return res;
}