createCustomsDeclaration method

Future<Map> createCustomsDeclaration(
  1. String token,
  2. Map<String, dynamic> customsDeclarationInfo
)

Implementation

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