sendCustomNotification method

Future<NIMResult<void>> sendCustomNotification(
  1. CustomNotification notification
)

Implementation

Future<NIMResult<void>> sendCustomNotification(
    CustomNotification notification) async {
  throw UnimplementedError('sendCustomNotification() is not implemented');
}