toggleTorch method

Future<void> toggleTorch(
  1. Torch torch
)

Implementation

Future<void> toggleTorch(Torch torch) {
  throw UnimplementedError("");
}