menu
dart_faye package
documentation
dart_faye.dart
HttpTransport
setConnectionType method
setConnectionType method
dark_mode
light_mode
setConnectionType
method
void
setConnectionType
(
String
type
)
Set connection type
Implementation
void setConnectionType(String type) { _connectionType = type; }
dart_faye package
documentation
dart_faye
HttpTransport
setConnectionType method
HttpTransport class