map method

  1. @override
PHttpRequest map(
  1. RequestContext source
)
inherited

Throws an exception if called, as this is an async mapper

Implementation

@override
TO map(FROM source) {
  throw Exception('Called map() on an AsyncMapper');
}