menu
fractal package
documentation
services/fs/ff.dart
FileF
wsUrl static method
wsUrl static method
dark_mode
light_mode
wsUrl
static method
String
wsUrl
(
String
server
)
Implementation
static String wsUrl(String server) => 'ws${FileF.isSecure ? 's' : ''}://$server';
fractal package
documentation
services/fs/ff
FileF
wsUrl static method
FileF class