@override Future<bool> hasFace() async { final result = await methodChannel.invokeMethod('hasFace'); return result as bool? ?? false; }