deleteSession function

Future<void> deleteSession()

Implementation

Future<void> deleteSession() {
  return DeleteSessionQuery().perform();
}