getPreview static method

Future<void> getPreview()

Implementation

static Future<void> getPreview() async {
  await _channel.invokeMethod('getPreview');
}