send abstract method
Implementation
Future<Response> send({
required String id,
required String apiKey,
required String title,
required String body,
String? url,
String? image,
double imageElevation = 0.0,
Color? backgroundColor,
Color? textColor,
});