write abstract method

FutureOr<void> write(
  1. Context ctx
)

Writes session data (session) to the Response (resp) and returns new response

Implementation

FutureOr<void> write(Context ctx);