FlutterChainLibrary constructor
FlutterChainLibrary(
- FlutterChainService blockchainService,
- Repository<
Wallet> walletRepository
Implementation
FlutterChainLibrary(this.blockchainService, this.walletRepository) {
initCryptoLib();
}