Class PageStorageBucket
Inheritance
System.Object
PageStorageBucket
Syntax
public class PageStorageBucket
Methods
readState(BuildContext, Object)
Declaration
public object readState(BuildContext context, object identifier = null)
Parameters
| Type |
Name |
Description |
| BuildContext |
context |
|
| System.Object |
identifier |
|
Returns
| Type |
Description |
| System.Object |
|
writeState(BuildContext, Object, Object)
Declaration
public void writeState(BuildContext context, object data, object identifier = null)
Parameters
| Type |
Name |
Description |
| BuildContext |
context |
|
| System.Object |
data |
|
| System.Object |
identifier |
|