Flutter Engine
The Flutter Engine
Public Member Functions | List of all members
IDBObjectStore Interface Reference

import"dart.idl";

Public Member Functions

IDBRequest put (any value, [DartForceOptional] optional any key)
 
IDBRequest add (any value, [DartForceOptional] optional any key)
 

Detailed Description

Definition at line 282 of file dart.idl.

Member Function Documentation

◆ add()

IDBRequest IDBObjectStore::add ( any  value,
[DartForceOptional] optional any  key 
)

◆ put()

IDBRequest IDBObjectStore::put ( any  value,
[DartForceOptional] optional any  key 
)

The documentation for this interface was generated from the following file: