showNotificationCustomTemplate method
Future<void>
showNotificationCustomTemplate(
- NotificationMessage notification,
- String? applicationId,
- String template
Implementation
Future<void> showNotificationCustomTemplate(
final NotificationMessage notification,
final String? applicationId,
final String template) {
throw UnimplementedError('platformVersion() has not been implemented.');
}