menu
nostr_dart package
documentation
nostr_dart.dart
Relay
send method
send method
dark_mode
light_mode
send
method
Future
<
void
>
send
(
List
message
)
Implementation
Future<void> send(List<dynamic> message) async { return _jobRunner.add(() => _send(message)); }
nostr_dart package
documentation
nostr_dart
Relay
send method
Relay class