Hi guys, I have worked with this package and I get this error.
PlatformException (PlatformException(StyleError(rawValue: "Source default is not in style"), null, null, null))
I use this function to get the source:
await mapboxMap.style.getSource('source_name');
what's wrong?