setDictionary abstract method

void setDictionary(
  1. Dictionary? value, {
  2. required String key,
})

Sets a Dictionary for the given key.

Implementation

void setDictionary(Dictionary? value, {required String key});