snapshot abstract method

Future<Map<String, Object?>> snapshot({
  1. PatchbaySnapshotRequest? request,
})

request selects one field and may ask the App to wait for a condition on it. Passing none reads the whole snapshot, as it always did.

Implementation

Future<Map<String, Object?>> snapshot({PatchbaySnapshotRequest? request});