@override Future<void> setDeviceInt(String key, int value) { return _channel.invokeMethod('setDeviceInt', { 'key': key, 'value': value, }); }