compute<U, V> method

Future<V> compute<U, V>(
  1. U request
)

Implementation

Future<V> compute<U, V>(U request) {
  throw UnsupportedError('Isolates are not supported on the web platform.');
}