fetch method

Future fetch(
  1. dynamic input, [
  2. Map? init
])

Implementation

Future fetch(dynamic input, [Map? init]) => Future.error(
    UnsupportedError('fetch() is not available outside a browser context.'));