email_auth library

This file contains a Class to handle the process of sending OTP There are no static methods like the previous one, and they are all instance members

------------- Remote server config -------------- requires a auth.config.dart pacakge should follow the variable conventions as follows : var remoteServerConfig = {"server" : "serverUrl", "serverKey" : "Key generted from the email-auth-node package"} You can pass "remoteServerConfig" to the emailAuth instance.config() and generate them.

Classes

EmailAuth