setItem abstract method

Future setItem(
  1. String key,
  2. dynamic value
)

Implementation

Future<dynamic> setItem(String key, value);