Class PageStorageBucket
Namespace: Unity.UIWidgets.widgets
Syntax
public class PageStorageBucket
Methods
readState(BuildContext, Object)
Declaration
public object readState(BuildContext context, object identifier = null)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
Object | identifier |
Returns
Type | Description |
---|---|
Object |
writeState(BuildContext, Object, Object)
Declaration
public void writeState(BuildContext context, object data, object identifier = null)
Parameters
Type | Name | Description |
---|---|---|
BuildContext | context | |
Object | data | |
Object | identifier |