killSession method

dynamic killSession()

Implementation

killSession() async {
  await updateSession(approved: false);
  disconnect();
}