showNotificationCustomTemplate method

Future<void> showNotificationCustomTemplate(
  1. NotificationMessage notification,
  2. String? applicationId,
  3. String template
)

Implementation

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