FlutterChainLibrary constructor

FlutterChainLibrary(
  1. FlutterChainService blockchainService,
  2. Repository<Wallet> walletRepository
)

Implementation

FlutterChainLibrary(this.blockchainService, this.walletRepository) {
  initCryptoLib();
}