menu
supertokens_flutter package
documentation
http.dart
send function
send function
dark_mode
light_mode
send
function
Future
<
StreamedResponse
>
send
(
BaseRequest
req
)
Implementation
Future<http.StreamedResponse> send(http.BaseRequest req) => _innerSTClient.send(req);
supertokens_flutter package
documentation
http
send function
http library