chrome.syncFileSystem library
Use the chrome.syncFileSystem
API to save and synchronize data on Google
Drive. This API is NOT for accessing arbitrary user docs stored in Google
Drive. It provides app-specific syncable storage for offline and caching
usage so that the same data can be available across different clients. Read
<a href="app_storage.html">Manage Data</a> for more on using this API.
Properties
final ChromeSyncFileSystem syncFileSystem #
Accessor for the chrome.syncFileSystem
namespace.
final ChromeSyncFileSystem syncFileSystem = new ChromeSyncFileSystem._()