A plugin to enable or disable the torch of a device that works both on Android (including Android 4.x) and ioS.
First import the library to your project in your pubspec.yaml:
torch_compat: ^1.0.2import 'package:torch_compat/torch_compat.dart';TorchCompat.turnOn();
TorchCompat.turnOff();