is Email Valid

open fun isEmailValid(email: String): Boolean

Method to validate an email

Return

whether the email is valid or not as boolean

Parameters

email

: password value to check the validity