isTorched property

  1. @override
Future<bool> get isTorched
override

Implementation

@override
Future<bool> get isTorched async {
  return await methodChannel.invokeMethod<bool>(_TorchConstant.isTorched) ??
      false;
}