isWalletHasCards method

Future<bool?> isWalletHasCards()

Implementation

Future<bool?> isWalletHasCards() async {
  throw UnimplementedError('walletHasCards() has not been implemented.');
}