logoutSession method

Future<void> logoutSession()

Implementation

Future<void> logoutSession() async {
  return _otplessChannel.logoutSession();
}