CockpitRemoteSessionSnapshotProvider typedef
CockpitRemoteSessionSnapshotProvider =
FutureOr<CockpitSnapshot> Function({required CockpitSnapshotOptions options})
Implementation
typedef CockpitRemoteSessionSnapshotProvider =
FutureOr<CockpitSnapshot> Function({
required CockpitSnapshotOptions options,
});