setBool abstract method

Future setBool(
  1. String key,
  2. bool value
)

Implementation

Future<dynamic> setBool(String key, bool value);