disposePreview static method

Future<void> disposePreview()

Disposes of the meeting preview.

This method cleans up resources used for the meeting preview. It should be called when the preview is no longer needed.

Returns: A Future<void> that completes when the operation is finished.

Implementation

static Future<void> disposePreview() {
  return FlyChatFlutterPlatform.instance.disposePreview();
}