getFormattedNotificationText method

Future<String?> getFormattedNotificationText(
  1. dynamic data
)

Implementation

Future<String?> getFormattedNotificationText(var data)
{
  throw UnimplementedError('getFormattedNotificationText() has not been implemented');
}