callLogout method

Future<void> callLogout()

Implementation

Future<void> callLogout() async {
  if (logout != null) {
    await logout!();
  }
}