control_center 0.0.1 copy "control_center: ^0.0.1" to clipboard
control_center: ^0.0.1 copied to clipboard

outdated

Control flash light switch.

control_center #

Control some of the center widget functions, such as: turn on and off the flash.

Usage #

   import 'package:control_center/control_center.dart';

   final _controlCenterPlugin = ControlCenter();
   await _controlCenterPlugin.openOrCloseFlashlight();