menu
background_socket_connect package
documentation
background_socket_connect_platform_interface.dart
BackgroundSocketConnectPlatform
connect abstract method
connect abstract method
dark_mode
light_mode
connect
abstract method
Future
<
bool
>
connect
(
{
required
String
url
,
Map
<
String
,
String
>
?
headers
,
})
Implementation
Future<bool> connect({required String url, Map<String, String>? headers});
background_socket_connect package
documentation
background_socket_connect_platform_interface
BackgroundSocketConnectPlatform
connect abstract method
BackgroundSocketConnectPlatform class