logout static method

Future logout()

Logout auth.

Implementation

static Future logout() async {
  await NyStorage.delete(key(), andFromBackpack: true);
}