create method
ResponseFuture<CreateSnapshotResponse>
create(
- CreateSnapshotRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$10.CreateSnapshotResponse> create($10.CreateSnapshotRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$create, request, options: options);
}