menu
cyphermask package
documentation
main.dart
InMemoryDuplex
sendFromAlice method
sendFromAlice method
dark_mode
light_mode
sendFromAlice
method
void
sendFromAlice
(
Uint8List
bytes
)
Implementation
void sendFromAlice(Uint8List bytes) => _a2b.add(bytes);
cyphermask package
documentation
main
InMemoryDuplex
sendFromAlice method
InMemoryDuplex class