@override Future<void> setTorchLevel(double torchLevel) async { return await methodChannel.invokeMethod('setTorchLevel', { 'torchLevel': torchLevel, }); }