updateCustomsDeclaration method

Future<Map> updateCustomsDeclaration(
  1. String token,
  2. String customsDeclarationId,
  3. Map<String, dynamic> customsDeclarationInfo
)

Implementation

Future<Map> updateCustomsDeclaration(
    String token,
    String customsDeclarationId,
    Map<String, dynamic> customsDeclarationInfo) {
  throw UnimplementedError(
      "Update Customs Declaration has not been implemented");
}