reduceMemoryUse method
Reduces memory use. Useful to call when the application gets paused or sent to background.
Implementation
Future<void> reduceMemoryUse() => _mapInterface.reduceMemoryUse();
Reduces memory use. Useful to call when the application gets paused or sent to background.
Future<void> reduceMemoryUse() => _mapInterface.reduceMemoryUse();