ReferenceSignerSigner.create constructorOn this pageSigner.create constructor*[<Null safety>](https://dart.dev/null-safety)*Signer.create(String address, Future<Uint8List> signPersonalMessage(String text))ImplementationSigner.create(String address, this.signPersonalMessage) : address = EthereumAddress.fromHex(address);