moveChannel abstract method

Future<void> moveChannel(
  1. IChannel channel,
  2. int position, {
  3. String? auditReason,
})

Moves channel

Implementation

Future<void> moveChannel(IChannel channel, int position, {String? auditReason});