SendTextFunction typedef
SendTextFunction =
Future<String?> Function({required String body, required String email, required String title})
Implementation
typedef SendTextFunction = Future<String?> Function(
{required String body, required String title, required String email});