redeclareCustomsDeclaration method

Future<Map> redeclareCustomsDeclaration(
  1. String token,
  2. String customsDeclarationId,
  3. String requestId
)

Implementation

Future<Map> redeclareCustomsDeclaration(
    String token, String customsDeclarationId, String requestId) {
  throw UnimplementedError(
      "Redeclare Customs Declaration has not been implemented");
}