disposePreview method

Future<void> disposePreview()

This method is used to clear the resources observers.

Implementation

Future<void> disposePreview() {
  throw UnimplementedError('disposePreview has not been implemented.');
}