update method

void update([
  1. dynamic options
])

Updates the options the Payment Element was initialized with. Updates are merged into the existing configuration.

Implementation

external void update([dynamic options]);