clearSession method

Future<void> clearSession()

Implementation

Future<void> clearSession() async {
  await _authModule.invokeMethod(CLEAR_SESSION_METHOD);
}