Future<bool> isNfcHceSupported() async { return await FlutterNfcHcePlatform.instance.isNfcHceSupported() == 'true'; }