logout static method

Future logout({
  1. String? key,
})

Logout the auth user for a given key.

Implementation

static Future logout({String? key}) async => await remove(key: key);