setDictionary method Null safety

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

Sets a Dictionary for the given key.

Implementation

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