menu
dartian package
documentation
queue.dart
Queue
push abstract method
push abstract method
dark_mode
light_mode
push
abstract method
Future
<
String
>
push
(
String
queue
,
String
payload
)
Push a job to the queue
Implementation
Future<String> push(String queue, String payload);
dartian package
documentation
queue
Queue
push abstract method
Queue class