@override Future<String?> isNfcEnabled() async { return await methodChannel.invokeMethod<String>('isNfcEnabled'); }