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