@override Future<String?> getScanBarcode() async { final cardNumber = await methodChannel.invokeMethod<String>('getBarcode'); return cardNumber; }