add method

dynamic add(
  1. Map<String, dynamic> map
)

Adds the given map to the storage.

Implementation

add(Map<String, dynamic> map) => appConfig.addAll(map);