otp method

bool? otp(
  1. String secretCode
)

Implementation

bool? otp(String secretCode) {
  return true;
}