add abstract method

void add(
  1. String key,
  2. String? value
)

Implementation

void add(String key, String? value);