showCustomTemplate method
Future<void>
showCustomTemplate(
- NotificationMessage message,
- String? applicationId,
- String template
Implementation
Future<void> showCustomTemplate(NotificationMessage message,
String? applicationId, String template) =>
throw UnimplementedError(
'showCustomTemplate() has not been implemented.');