endSession abstract method

Future<ForgeOutcome> endSession([
  1. Map<String, Object?>? params
])

Closes the application session.

Implementation

Future<ForgeOutcome> endSession([Map<String, Object?>? params]);