getLivePreview property

Map getLivePreview

It returns livePreview variables

Example

final stack = contentstack.Stack(apiKey, deliveryToken, environment);
var environment = stack.livePreview;

Implementation

Map get getLivePreview => livePreview;