menu
syncflow package
documentation
core/request_queue.dart
RequestQueue
remove static method
remove static method
dark_mode
light_mode
remove
static method
Future
<
void
>
remove
(
String
id
)
Implementation
static Future<void> remove( String id, ) async { await LocalStorageService.queue .delete(id); }
syncflow package
documentation
core/request_queue
RequestQueue
remove static method
RequestQueue class