initError property

  1. @override
dynamic get initError
override

If the web3App fails to initialize and throws an exception, this will contain the caught exception. Otherwise, it will be null.

Implementation

@override
dynamic get initError => _initError;