snapshot abstract method
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});
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.
Future<Map<String, Object?>> snapshot({PatchbaySnapshotRequest? request});