arrayBuffer method
Implementation
Future arrayBuffer() => Future.error(UnsupportedError(
'Body.arrayBuffer() is not available outside a browser context.'));
Future arrayBuffer() => Future.error(UnsupportedError(
'Body.arrayBuffer() is not available outside a browser context.'));