method
requestCrossOrigin

Future<String> requestCrossOrigin(
String url,
{String method,
String sendData}
)

Makes a cross-origin request to the specified URL.

This API provides a subset of request which works on IE9. If IE9 cross-origin support is not required then request should be used instead.