arrayBuffer method

Future arrayBuffer()

Implementation

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