wallet method

WalletService wallet()

Implementation

WalletService wallet() {
  _walletService ??= WalletService(serviceOptions);
  _walletService!.serviceOptions = serviceOptions;
  return _walletService!;
}