deleteMsgSelf method

Future<NIMResult<int>> deleteMsgSelf(
  1. NIMMessage msg,
  2. String ext
)

Implementation

Future<NIMResult<int>> deleteMsgSelf(NIMMessage msg, String ext) async {
  throw UnimplementedError('deleteMsgSelf() is not implemented');
}