isOTPEnabled abstract method

Future<Either<AppException, Response>> isOTPEnabled({
  1. required String user,
})

Implementation

Future<Either<AppException, response.Response>> isOTPEnabled(
    {required String user});