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