isTorched method

  1. @override
Future<bool> isTorched()
override

Implementation

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