logout method

Future<void> logout({
  1. required ReachFiveKeyInterface reachFiveKey,
})
inherited

Implementation

Future<void> logout({
  required ReachFiveKeyInterface reachFiveKey,
}) =>
    reachFiveHostApi.logout(reachFiveKey);