handle abstract method

Future<DidcommMessage?> handle(
  1. DidcommMessage message
)

Actual handling method. variables can be expected to be non-null as configured

Implementation

Future<DidcommMessage?> handle(DidcommMessage message);