signOut static method

Future<bool> signOut()

Implementation

static Future<bool> signOut() async {
  return await (await _instance)!.remove("token");
}