workaround for code generator bug
This commit is contained in:
@@ -22,7 +22,7 @@ class Veilid {
|
||||
if (veilidApi == null) {
|
||||
throw PlatformException(
|
||||
code: 'Library missing',
|
||||
details: 'veilid_core library could not be loaded dynamically',
|
||||
details: 'veilid_flutter library could not be loaded dynamically',
|
||||
);
|
||||
}
|
||||
return veilidApi;
|
||||
|
Reference in New Issue
Block a user