setClashMode method

Future<void> setClashMode(
  1. String mode
)

Sets the Clash mode.

Implementation

Future<void> setClashMode(String mode) async {
  throw UnimplementedError('setClashMode() has not been implemented.');
}