getOTP abstract method

Future<AtResponse> getOTP()

Returns an OTP (One-Time Password) from the secondary server.

Example usage:

AtResponse otpResponse = await atClient.getOTP();

Implementation

Future<AtResponse> getOTP();