put abstract method

void put(
  1. String key,
  2. Map<String, dynamic> data
)

Implementation

void put(String key, Map<String, dynamic> data);