showCustomTemplate method

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

Implementation

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