toAllAccountBlocks method

Future<String?> toAllAccountBlocks()

Implementation

Future<String?> toAllAccountBlocks() async {
  return await client.sendRequest('ledger.subscribe', ['allAccountBlocks'])
      as String?;
}