menu
ton_connect package
documentation
testing.dart
FakeSseTransport
failConnection method
failConnection method
dark_mode
light_mode
failConnection
method
void
failConnection
(
Object
error
)
Fails the current connection.
Implementation
void failConnection(Object error) => current.addError(error);
ton_connect package
documentation
testing
FakeSseTransport
failConnection method
FakeSseTransport class