dispatchSnapshot method
Serves the snapshot RPC: the whole snapshot, one selected field, or a server-side wait for a condition on that field.
Implementation
Future<Map<String, Object?>> dispatchSnapshot([
Map<String, Object?>? request,
]) => _snapshotHandler.dispatchSnapshot(request);