getHttpClient method

HttpClient? getHttpClient()

获取底层 dart:io HttpClient 实例

Implementation

HttpClient? getHttpClient() => _nativeHttpClient;