clearHeap function

Future<void> clearHeap()

Implementation

Future<void> clearHeap() async {
  await kMethodChannel.invokeMethod('PlatformService::clearHeap');
}