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 a24673beda
commit 51474d83a4
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