formatNotification method

Future<String?> formatNotification(
  1. Message message
)

Implementation

Future<String?> formatNotification(Message message) async {
  return null;
}