dispatchSnapshot method

Future<Map<String, Object?>> dispatchSnapshot([
  1. Map<String, Object?>? request
])

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);