sendPostRequestAsync abstract method

Future<NetworkResponse> sendPostRequestAsync(
  1. String url, [
  2. NetworkRequestOptions? options
])

Interface function for async network "POST" requests.

Based on the Fetch standard: https://fetch.spec.whatwg.org/

Implementation

Future<NetworkResponse> sendPostRequestAsync(String url,
    [NetworkRequestOptions? options]);