spawn<T> method
Implementation
Future<void> spawn<T>(EntryPoint<T> entryPoint, T initObject) async {
throw UnsupportedError('Isolates are not supported on the web platform.');
}
Future<void> spawn<T>(EntryPoint<T> entryPoint, T initObject) async {
throw UnsupportedError('Isolates are not supported on the web platform.');
}