getVersionHistoryFor abstract method

Future<List<ProtocolVersion>> getVersionHistoryFor(
  1. String protocolId
)

Returns all stored versions for the protocol with the specified protocolId.

Implementation

Future<List<ProtocolVersion>> getVersionHistoryFor(String protocolId);