snapshot method

Snapshot the lifecycle state of one or more SDKComponent values. Mirrors rac_component_lifecycle_snapshot_proto.

Implementation

$async.Future<$1.ComponentLifecycleSnapshotResult> snapshot(
        $pb.ClientContext? ctx,
        $1.ComponentLifecycleSnapshotRequest request) =>
    _client.invoke<$1.ComponentLifecycleSnapshotResult>(ctx, 'Lifecycle',
        'Snapshot', request, $1.ComponentLifecycleSnapshotResult());