createCustomsDeclaration method
Implementation
Future<Map> createCustomsDeclaration(
String token, Map<String, dynamic> customsDeclarationInfo) {
throw UnimplementedError(
"Create Customs Declaration has not been implemented");
}
Future<Map> createCustomsDeclaration(
String token, Map<String, dynamic> customsDeclarationInfo) {
throw UnimplementedError(
"Create Customs Declaration has not been implemented");
}