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