getTransactionsByBlockId method Null safety
- String blockId
Implementation
List<TransactionModel> getTransactionsByBlockId(String blockId) =>
_transactionService.getByBlock(base64.decode(blockId));
List<TransactionModel> getTransactionsByBlockId(String blockId) =>
_transactionService.getByBlock(base64.decode(blockId));