decodeEvents method
Convenience: Decode events from storage
Implementation
List<EventRecord> decodeEvents(Uint8List bytes) {
return eventsCodec.decode(Input.fromBytes(bytes));
}
Convenience: Decode events from storage
List<EventRecord> decodeEvents(Uint8List bytes) {
return eventsCodec.decode(Input.fromBytes(bytes));
}