privateKey property
Optional hex private key (32 bytes, 0x optional).
If signer is provided, privateKey is ignored.
If both are null, the webview runs in read-only mode
(only eth_call, eth_getBalance, etc. – signing will throw 4100).
Implementation
final String? privateKey;