menu
dart_faye package
documentation
dart_faye.dart
Transport
sendBatch abstract method
sendBatch abstract method
dark_mode
light_mode
sendBatch
abstract method
Future
<
void
>
sendBatch
(
List
<
Map
<
String
,
dynamic
>
>
messages
)
Send multiple messages to the server
Implementation
Future<void> sendBatch(List<Map<String, dynamic>> messages);
dart_faye package
documentation
dart_faye
Transport
sendBatch abstract method
Transport class