logout method

Future<void> logout()

Logs out the user from the Signed Call SDK session

Implementation

Future<void> logout() {
  return CleverTapSignedCallFlutterPlatform.instance.logout();
}