set abstract method

Future<void> set(
  1. dynamic value, {
  2. dynamic priority,
})

Ensure the data at this location is set to the specified value and priority when the client is disconnected (due to closing the browser, navigating to a new page, or network issues).

Implementation

Future<void> set(dynamic value, {dynamic priority});