removeSession
Remove an existing session from smart sessions.
Usage
instance.removeSession(permissionId);
Parameters
instance
- Type:
AccountInstance
The instance of the account used for testing.
permissionId
- Type:
PermissionId | bytes32
The id of the session to remove.
Returns
None