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