setDeviceInt static method

Future<void> setDeviceInt(
  1. String key,
  2. int value
)

Set a custom device key-value

Implementation

static Future<void> setDeviceInt(String key, int value) =>
    _flutterBugfenderInterface.setDeviceInt(key, value);