dispatchSnapshot method

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

Implementation

Future<Map<String, Object?>> dispatchSnapshot([
  Map<String, Object?>? request,
]) => _host.dispatchSnapshot(request);