SnapshotControllerRaiiExt extension

Extension for managing SnapshotController lifecycle.

Example:

final snapshotController = SnapshotController()
  .withLifecycle(this, debugLabel: 'SnapshotController');
on

Methods

withLifecycle(RaiiLifecycleAware lifecycleAware, {String? debugLabel}) SnapshotController

Available on SnapshotController, provided by the SnapshotControllerRaiiExt extension

Attaches this snapshot controller to a RaiiLifecycleAware object.