inviteSend abstract method

String inviteSend(
  1. String email
)

A message that will be displayed in a SnackBar after an invite was send email is the email that was invited. It will be formatted bold

Implementation

String inviteSend(String email);