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