menu
network_api_sdk
network_api_sdk.dart
QueueStore
removeAt abstract method
removeAt
dark_mode
light_mode
removeAt
abstract method
Future
<
void
>
removeAt
(
int
index
)
Removes the queued item at
index
.
Implementation
Future<void> removeAt(int index);
network_api_sdk
network_api_sdk
QueueStore
removeAt abstract method
QueueStore class