clearAmbientCache method

Future clearAmbientCache()

Implementation

Future clearAmbientCache() async {
  return _maplibrePlatform.clearAmbientCache();
}