sendControl method

Future<NIMResult<void>> sendControl({
  1. required String channelId,
  2. required String accountId,
  3. String? customInfo,
})

Implementation

Future<NIMResult<void>> sendControl(
    {required String channelId,
    required String accountId,
    String? customInfo}) async {
  throw UnimplementedError('sendControl is not implemented');
}