disableTorch method

  1. @override
Future<void> disableTorch()
override

Disables the torch.

Implementation

@override
Future<void> disableTorch() async {
  throw UnsupportedError('Torch control is not supported on web platform');
}