setDeviceBool static method

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

Set a custom device key-value

Implementation

static Future<void> setDeviceBool(String key, bool value) =>
    _flutterBugfenderInterface.setDeviceBool(key, value);