diff --git a/src/apis/AsyncStorage/index.js b/src/apis/AsyncStorage/index.js index 861c79a3..9dd8165a 100644 --- a/src/apis/AsyncStorage/index.js +++ b/src/apis/AsyncStorage/index.js @@ -61,6 +61,11 @@ export default class AsyncStorage { }, callback); } + /** + * (stub) Flushes any pending requests using a single batch call to get the data. + */ + static flushGetRequests() {} + /** * Gets *all* keys known to the app, for all callers, libraries, etc. */