Removes session data for the given key.
Returns true if data was removed, false if no data existed.
Future<bool> remove(String key);