verifyAdminOtp static method

bool verifyAdminOtp(
  1. String posSerial,
  2. String otp
)

Implementation

static bool verifyAdminOtp(String posSerial, String otp) => _verify(posSerial, otp, admin: true);