sendEmail method

Future sendEmail(
  1. String email,
  2. String password,
  3. String subject,
  4. String msg,
)

Implementation

Future sendEmail(String email, String password, String subject, String msg) {
  throw UnimplementedError('showAlert() has not been implemented.');
}