TangemSdkPluginError constructor

TangemSdkPluginError(
  1. int code,
  2. String message
)

Implementation

TangemSdkPluginError(this.code, this.message);