getAsync$timeoutMillisecond$withCallback method

FutureOr<void> getAsync$timeoutMillisecond$withCallback(
  1. NSString url,
  2. int timeout,
  3. void callback(
    1. int code,
    2. String data
    )
)

@detail api @author weirongbin @brief The HTTP asynchronous GET interface to be implemented @param url GET request address @param timeout Timeout period @param callback GET request result callback function

Implementation

FutureOr<void> getAsync$timeoutMillisecond$withCallback(NSString url,
    int timeout, void Function(int code, String data) callback) async {}