send abstract method

Future<Response> send({
  1. required String id,
  2. required String apiKey,
  3. required String title,
  4. required String body,
  5. String? url,
  6. String? image,
  7. double imageElevation = 0.0,
  8. Color? backgroundColor,
  9. Color? textColor,
})

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,
});