putBool abstract method

Future<bool> putBool(
  1. String key,
  2. bool value
)

Implementation

Future<bool> putBool(String key, bool value);