setSetup method

void setSetup(
  1. SignaturePathSetup setup
)

Sets setup for next Path

Implementation

void setSetup(SignaturePathSetup setup) => this.setup = () => setup;