showPluginTemplate method

Future<void> showPluginTemplate(
  1. NotificationMessage message,
  2. String? applicationId
)

Implementation

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