Turn light on
Future<void> toggleTorch(Torch torch) async { await _platformInstance.toggleTorch(torch); }