setDeviceBool method

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

Implementation

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