applyActionCode method

Future applyActionCode(
  1. String code
)

Applies a verification code sent to the user by e-mail or by other out-of-band mechanism.

Implementation

Future applyActionCode(String code) =>
    handleThenable(jsObject.applyActionCode(code));