chore: Follow up remove native implementations for web for now

This commit is contained in:
Christian Pauly 2022-08-14 17:19:27 +02:00
parent 61907b94f0
commit f3bd8625cb
2 changed files with 1 additions and 33446 deletions

View File

@ -84,7 +84,7 @@ abstract class ClientManager {
}
static NativeImplementations get nativeImplementations => kIsWeb
? NativeImplementationsWebWorker(Uri.parse('native_executor.js'))
? const NativeImplementationsDummy()
: NativeImplementationsIsolate(compute);
static Client createClient(String clientName) {

File diff suppressed because one or more lines are too long