static Future setDeviceOptIn(int deviceOptIn) async { await _channel.invokeMethod('setDeviceOptIn', [deviceOptIn]); }