Sets the Clash mode.
@override Future<void> setClashMode(String mode) async { return await methodChannel.invokeMethod('setClashMode', mode); }