OpenWalletArguments constructor

const OpenWalletArguments(
  1. Uri uri
)

The method call arguments for MethodName.openUri.

Implementation

const OpenWalletArguments(
  this.uri,
);