forget method

void forget(
  1. String userData
)

Implementation

void forget(String userData) {
  native(AffiseApiMethod.FORGET, userData);
}