reduceMemoryUse method

Future<void> reduceMemoryUse()

Reduces memory use. Useful to call when the application gets paused or sent to background.

Implementation

Future<void> reduceMemoryUse() => _mapInterface.reduceMemoryUse();