buildConfigMap abstract method

Map<String, dynamic> buildConfigMap(
  1. Map<String, dynamic> configMap
)

Builds a platform-specific configuration map from configMap.

configMap is the output of PdfConfiguration.toMap() — a Map<String, dynamic> with all null values already removed.

Returns a new map containing only the entries relevant to the target platform's configuration API.

Implementation

Map<String, dynamic> buildConfigMap(Map<String, dynamic> configMap);