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