@override Future<bool?> rfidStopRead() async { final result = await methodChannel.invokeMethod<bool>('RFID.stopRead'); return result; }