logout method

Future<void> logout()

Implementation

Future<void> logout() async {
  return await CrImpl.instance.logout();
}