logout method

Future logout()

Implementation

Future logout() async {
  await RealmService.app.currentUser?.logOut();
}