isProtectedWithLcp method

Future<bool> isProtectedWithLcp()

Implementation

Future<bool> isProtectedWithLcp() async =>
    await getWithHref("/META-INF/license.lcpl")
        .use((it) async => (await it.length()).isSuccess);