Nfc constructor
Nfc({
- required MethodChannel channel,
- required NfcHandler nfcHandler,
Implementation
Nfc({required this.channel, required this.nfcHandler}) {
channel.setMethodCallHandler(_callHandler);
}