formatNotification method

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

Implementation

@override
Future<String?> formatNotification(Message message) async {
  return tip;
}