setBool method

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

Sets a boolean value.

Implementation

Future<bool> setBool(String key, bool value) {
  throw UnimplementedError('setBool() has not been implemented.');
}