getCustomsDeclaration method

Future<Map> getCustomsDeclaration(
  1. String token,
  2. String customsDeclarationId
)

Implementation

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