sendNotification abstract method

Future<void> sendNotification(
  1. Message msg,
  2. ChatSilentNotification notification
)

Implementation

Future<void> sendNotification(
  Message msg,
  ChatSilentNotification notification,
);