Instance Method

will(file:line:_:)

Registers a block to excecute.

Declaration

func will(file: StaticString = #file, line: UInt = #line, _ completion: @escaping ([Any]) throws -> ReturnType)

Parameters

completion

Block to be excecuted.