setTorch method

Future<void> setTorch(
  1. bool torch
)

Implementation

Future<void> setTorch(bool torch) {
  throw UnimplementedError();
}