setDeviceInt method

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

Implementation

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