createWithError: method of the AUIPageStorage protocol
Creates an empty page with a string identifier and adds it to the storage.
- (nullable AUIPageId)createWithError:(NSError**)error;
Parameters
- error
- The error that has occurred. In case no errors occurred, this parameter is nil.
Return values
The method returns an AUIPageId object, storing the identifier of the created page.
02.03.2022 12:59:15